The user model
The user model has all the information relating to the user such as the unique identifier in your systems, their name, email, location and other identifying information related to other services.Properties
id
string
Unique identifier for the user in your application.
name
string
The name of the user.
email
string
The email for the user.
website
string
The website for the user.
links
[string]
Custom links to other services related to the user.
location.country
string
The country the user is located. This should be in the ISO 3166-1 alpha-2 format.