Skip to main content
GET
/
v2
/
databases
/
{database}
/
users
/
{userId}
/
tenants
lists tenants of user
curl --request GET \
  --url https://api.example.com/v2/databases/{database}/users/{userId}/tenants
{
  "id": "<string>",
  "name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://thenile.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

database
string
required
userId
string
required

The id of of the user

Response

User created

id
string
required
name
string