GET
/
v2
/
databases
/
{database}
/
users
/
{userId}
/
tenants
{
  "id": "<string>",
  "name": "<string>"
}

Path Parameters

database
string
required
userId
string
required

The id of of the user

Response

200
application/json

User created

The response is of type object.

GET
/
v2
/
databases
/
{database}
/
users
/
{userId}
/
tenants
{
  "id": "<string>",
  "name": "<string>"
}

Path Parameters

database
string
required
userId
string
required

The id of of the user

Response

200
application/json

User created

The response is of type object.