Update Member
PATCH
/api/org/users/{memberId}
Update an organization member's role.
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
TypeAPI Key (header: X-Api-Key)
Parameters
Path Parameters
memberId*
Typestring
RequiredMin Length
1Request Body
application/json
JSON
{
"role": "string"
}
Responses
Member geüpdatet
application/vnd.api+json
JSON
{
"data": {
"memberId": "string",
"role": "string"
}
}