Skip to main content
PUT
/
v1
/
organizations
/
users
/
{user_id}
/
role
Update User Role In Organization
curl --request PUT \
  --url https://api.trykintsugi.com/v1/organizations/users/{user_id}/role \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --header 'x-organization-id: <x-organization-id>' \
  --data '
{
  "role": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

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

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

Authorizations

X-API-KEY
string
header
required

Headers

x-organization-id
string
required

Path Parameters

user_id
string
required

Body

application/json
role
string
required
additional_roles
string[] | null

Response

Successful Response