Skip to main content
POST
/
organization-users
Create a new OrganizationUser
curl --request POST \
  --url https://app.ledger.ai/api/organization-users \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

filters
string

JSON post body:

{
"entitlements": integer[]
"is_invitation"?: boolean
"is_organization_owner": boolean
"organization_id": integer
"user_id": integer
}

Possible errors:

Field "entitlements": "Entitlements is required"

Field "is_organization_owner": "Is Organization Owner is required"

Field "organization_id": "Organization ID is required"

Field "user_id": "User ID is required"

Body

application/json

Request payload

The body is of type object.

Response

Successful response

The response is of type object.