Skip to main content
GET
/
v2
/
databases
/
{database}
/
tenants
/
{tenantId}
/
users
{
  "id": "<string>",
  "email": "<string>",
  "name": "<string>",
  "givenName": "<string>",
  "familyName": "<string>",
  "picture": "<string>",
  "created": "2023-11-07T05:31:56Z",
  "emailVerified": "2023-11-07T05:31:56Z",
  "updated": "2023-11-07T05:31:56Z"
}

Authorizations

nile-auth.session-token
string
cookie
required

Session token stored in a cookie after user signs in, prefixed with __Secure if on https

Path Parameters

database
string
required
tenantId
string
required

Response

update an existing tenant

id
string
email
string
name
string
givenName
string
familyName
string
picture
string
created
string<date-time>
emailVerified
string<date-time>
updated
string<date-time>
I