Get user info
Returns a user’s user info by the user’s id. If the user info is not found, a 404 error is returned.
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Response
The unique identifier for the user. Typically provided from the client side while creating the user.
The first name of the user.
50
The email of the user. Needs to be unique and a valid email.
254
The timestamp at which the user was created.
The timestamp at which the user was last updated.
The title of the user. This can be Mr., Mrs., Dr., etc. (optional)
10
The last name of the user. (optional)
50
The phone number of the user. (optional)
25
The date of birth of the user. (optional)
The nationality of the user. (optional)
50
The address line of the user. Typically includes the apartment or plot number and the locality. (optional)
500
The city the user lives in. (optional)
50
The postal code of the user. (optional)
50
The user's personal portfolio or blog website. (optional)
50
The profile text of the user. This can be a short bio or a summary This would be shows on top of the user's resume. (optional)
1000