Update member role
Authorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
userId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PATCH "https://api.monitoring.crahe-arthur.com/api/v1/tenant-members/string" \ -H "Content-Type: application/json" \ -d '{ "orgRole": "member" }'{
"userId": {},
"tenantId": {},
"email": "string",
"fullName": "string",
"orgRole": {},
"joinedAt": "string",
"updatedAt": "string"
}