v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBUsers
Retrieve a user
🔑
Required OAuth scope: users:read.
Retrieves the profile details of a specific user with their given ID.
get/api/v2/users/{userId}
Path parameters
userIdstring ObjectId required
Example:507f1f77bcf86cd799439011
The unique ID of the user.
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"
}