The User Info API provides functionality for obtaining Unet user information.
RESOURCE_URI
— URI is obtained from token exchange point.
Prefix | Endpoint | Auth | Description |
---|---|---|---|
RESOURCE_URI | user/ | OA, Ses | Retrieving user details |
user/
Name | Description |
---|---|
info[] |
@UserInfoGroups |
Name | Description |
---|---|
email |
User's primary email. |
birthday |
User's birthday datails in the @UserBirthdayStructure. |
details |
Different user details in the @UserDetailsStructure. |
Name | Description |
---|---|
age |
The age of the user at the moment. |
birthday |
Year, month and birthday in the @UserBirthdayObject. |
Name | Description |
---|---|
uid |
User ID in Unet. |
profile_url |
The user profile address. |
nickname |
User nickname or pseudonym. |
gender |
Possible values:
|
first_name |
First name. |
last_name |
Last name. |
middle_name |
Middle name. |
other_name |
Other name (e.g. maiden name). |
age_range |
User's age range in the @UserAgeRangeObject |
face_photos[] |
|
verified |
User has passed the verification procedure. |