Skip to main content
POST
/
api
/
v0
/
companies
/
{company_id}
/
managers
Promotes a company user to a company manager.
curl --request POST \
  --url https://api.example.com/api/v0/companies/{company_id}/managers \
  --header 'Content-Type: application/json' \
  --data '
{
  "userRef": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "msg": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cantina.xyz/llms.txt

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

Path Parameters

company_id
string<uuid>
required

Body

application/json

Promote a member to manager.

userRef
required

Reference to a resource, either by id or handle (username).

Response

User successfully promoted to manager