Update a member in the organization
PUT {{baseUrl}}/org/:orgId/members/:userId
Manage member's roles in your organization.
Request Body
{
  "role": "The new role of the user, \"admin\" or \"collaborator\"."
}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string |