Update a members role in the organization
PUT {{baseUrl}}/org/:orgId/members/update/:userId
Update member's role in your organization by role publicId.
Request Body
{
  "rolepublicid": "The new role public ID to update the user to."
}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string |