PUT
/
organization
/
{organizationId}
/
member
/
role
Update organization member role
curl --request PUT \
  --url https://app-preprod.cybedefend.com/organization/{organizationId}/member/role \
  --header 'Content-Type: application/json' \
  --data '{
  "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "role": "administrator"
}'
{
  "message": "<string>"
}

Path Parameters

organizationId
string<uuid>
required

Organization identifier

Body

application/json
userId
string<uuid>
required

User unique identifier

role
enum<string>
required

Role to assign

Available options:
administrator,
manager,
billing_manager,
member

Response

Member role updated

message
string
required

Message describing the outcome