Skip to main content
POST
create a new user and assigns them to a tenant

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

Body

application/json
email
string
required
password
string
required
name
string
givenName
string
familyName
string
picture
string

Response

update an existing tenant wih a new user

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