cURL
curl --request GET \ --url https://api.example.com/v2/databases/{database}/users/{userId}/tenants
{ "id": "<string>", "name": "<string>" }
lists the tenants associated with a user
The id of of the user
User created
Was this page helpful?