Authentication
/user
Get User Information
GET
Authorizations
JSON Web Token to authorize requests.
Response
200
application/json
User information
Multi-factor authentication type. A null value deactivates MFA
Available options:
totp
Example:
"totp"
Available options:
me
, user
Example:
"user"
Example:
"John Smith"
A valid email
Example:
"john.smith@nhost.io"
A two-characters locale
Required string length:
2
Example:
"en"
Example:
{ "firstName": "John", "lastName": "Smith" }
Available options:
me
Example:
["me", "user"]
Id of the user
Example:
"2c35b6f3-c4b9-48e3-978a-d4d0f1d42e24"