get
/users/{userId}
Returns the basic user info such as name, addresses, …
Authorization
oauth2 - password
Request Parameters
1 Path Parameter
Responses
User object containing basic user data such as ID, email address, name, addresses, …
1 Example
Schema
id
string
Unique identifier for the user.
1 validation + required
mail
string
Users email address.
1 validation + required
firstName
string
User’s first name.
1 validation + required
lastName
string
User’s last name.
1 validation + required
gender
string
User’s gender.
2 validations
birthday
string
User’s birthday.
2 validations
phone
string
User’s phone number.
1 validation
addresses
array[object]
Send a Test Request
GET
Send requests directly from the browser (CORS must be enabled)
Path Params
1 path param not set
userId
$$.env
1 variable not set
oauth_access_token