POST
/
organization
/
members
/
{id}
/
role
curl --request POST \
  --url https://api.wapikit.com/api/organization/members/{id}/role \
  --header 'Content-Type: application/json' \
  --data '{
  "updatedRoleIds": [
    "<string>"
  ]
}'
{
  "isRoleUpdated": true
}

Path Parameters

id
string
required

The id value of the organization member you want to update.

Body

application/json

updated organization member role info

The body is of type object.

Response

200
application/json

user object

The response is of type object.