PUT
/
organization
/
{organizationId}
/
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
required

Organization identifier

Body

application/json

Response

200
application/json

Member role updated

The response is of type object.