Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url http://localhost:8000/tenant/members/{member_id} \ --header 'Content-Type: application/json' \ --data ' { "role": "billing_operator", "status": "active" } '
{ "email": "[email protected]", "invited_at": "2024-01-01T00:00:00Z", "last_login_at": "2024-06-01T12:00:00Z", "member_id": "aa0e8400-e29b-41d4-a716-446655440000", "name": "Jane Doe", "role": "tenant_admin", "status": "active", "user_id": "bb0e8400-e29b-41d4-a716-446655440000" }
Schema for updating a tenant member (partial update).
New role for the member
platform_admin
tenant_owner
tenant_admin
billing_operator
accountant
viewer
New membership status
active
disabled
Successful Response
Schema for a tenant member response.