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.
Type
API Key (header: X-Api-Key)
Parameters
Path Parameters
memberId*
Type
Requiredstring
Min Length
1Request Body
application/json
JSON "data": { "type": "members", "id": "string", "attributes": { "role": "string" } }
{
}
Responses
Member geüpdatet
application/vnd.api+json
JSON "data": { "memberId": "string", "role": "string" }
{
}