latestSwagger 2.0Apache 2.02026-08-19151166415.3 KB

5c90e58bf672

Organization

Update Organization member role

Change an existing member's role in the current organization

post/v2/organization/members/update-role

Request body

role'admin' | 'staff' | 'viewer' | 'collaborator' required
user_uuidstring required

Response

success

codeinteger

0=success,only parse data when code=0

messagestring

tip message

Example response

{
  "message": "success"
}