Set member role

POST {{baseUrl}}/api/organizations/:organizationId/members/:memberId/role

Change the role of a member in an organization.

Request Body

{"role"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}