Skip to main content
POST
/
v0
/
api
/
organizations
/
{organizationId}
/
members
/
role
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "role": "<string>"
}

Authorizations

Authorization
string
header
required

Use your Anything API key as the Basic auth username and leave the password empty. Example credentials: anything_xxx:

Path Parameters

organizationId
string<uuid>
required

Body

application/json
email
string<email>
required
role
enum<string>
required
Available options:
OWNER,
ADMIN,
EDITOR,
VIEWER

Response

Role updated

success
boolean
required
userId
string<uuid>
required
role
string
required