v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBUsers
Retrieve my profile
🔑
Required OAuth scope: users:read.
Retrieves the profile details of the authenticated user. This user-authorized endpoint can only be used with a token issued for a specific user. Refer to the Create an access token documentation for more information.
get/api/v2/uaa/users/me
Headers
360-api-version'v2.0' required
The version of the API.
Response
Returns the profile details of the user.
Example response
{
"_id": "507f1f77bcf86cd799439011",
"mail": "john.smith@yopmail.com",
"username": "johnsmith",
"firstName": "John",
"lastName": "Smith",
"job": "Engineer",
"organization": "360Learning",
"phone": "+33123456789",
"custom": "Half-time worker",
"primaryGroupId": "507f1f77bcf86cd799439011",
"profileImageId": "507f1f77bcf86cd799439011"
}