Role
put
Authorizations
Path parameters
orgIdstringRequired
Body
userIdstringOptional
rolestringOptional
Responses
200
OK
*/*
put
/api/organizations/{orgId}/rolePUT /api/organizations/{orgId}/role HTTP/1.1
Host: /
Content-Type: application/json
Accept: */*
Content-Length: 31
{
  "userId": "text",
  "role": "text"
}200
OK
{
  "code": 1,
  "message": "text",
  "data": true,
  "success": true
}