Skip to main content
PATCH
/
organizations
/
{orgId}
/
members
Update member role
curl --request PATCH \
  --url https://nimbussuite.com/api/v1/organizations/{orgId}/members \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "userId": "<string>",
  "newRole": "<string>"
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string
required

Body

application/json
userId
string
required
newRole
string
required

Response

Role updated successfully

message
string