Identity
View User Profile
Describes an User by ID. This provides detailed information about a user profile
get/users/profile/{user_id}
Path parameters
user_idstring required
User Id fetched from List User API
Response
Success
Example response
{
"preferred_language": "en"
}