Skip to main content
PUT
Update the principal profile

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

Body

application/json
name
string
required
Example:

"Jane Doe"

familyName
string
required
Example:

"Doe"

givenName
string
required
Example:

"Jane"

picture
string<uri>
Example:

"https://example.com/avatar.jpg"

emailVerified
boolean

Whether the user's email is verified

Response

Identified user

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