Skip to main content
POST
/
api
/
v1
/
repos
/
{owner}
/
{repo}
/
owners
Error
A valid request URL is required to generate request examples
{
  "identity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "ls_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "email": "<string>",
  "full_name": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

owner
string
required
repo
string
required

Body

application/json

Request to add a repo owner.

email
string
required

Response

Successful Response

A repo owner with user details.

Note: identity_id and email may be None when returned to users outside the repo's tenant (PII protection).

identity_id
string<uuid> | null
required
ls_user_id
string<uuid>
required
email
string | null
required
full_name
string | null
required
created_at
string<date-time>
required