Skip to main content
POST
/
organizations
/
{organizationId}
/
members
/
{userId}
/
roles
/
{roleName}
Assign role to organization member
curl --request POST \
  --url https://api.hixbe.com/account/organizations/{organizationId}/members/{userId}/roles/{roleName} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

organizationId
string
required
userId
string
required
roleName
string
required

Response

201

Role assigned to user successfully