Get User
Get a user with the specified user uuid.
Path Parameters
useruidstringrequired
The unique user UUID. The user must belong to the tenant associated with the API key.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"user": {
"user_preferences": {
"df": "MMM d, yyyy",
"nl": true,
"tf": "12",
"avatar": "/Content/images/u/user-icon-F.png",
"timeformat": "h:mm tt",
"datetimeformat": "MMM d, yyyy h:mm tt"
},
"tenant_preferences": {
"dailyDigest": true,
"newLeadNotifications": true,
"smsReplyNotifications": true,
"co": "$"
},
"firstname": "Anna",
"lastname": "Jones",
"phone": "+15553908318",
"email": "example@example.com",
"uniqueId": "mdhljhcgiogfv4mu",
"isHidden": false,
"login_uid": "plcvlou7mqsqsavb",
"login_datacenter": null,
"date_last_created": "2022-07-19T13:32:02.873",
"date_last_login": "2023-11-21T15:50:26.94",
"date_last_modified": "2023-11-21T15:50:26.753",
"timezone": "America/Chicago",
"status": "Valid",
"tenantId": 1993,
"is_login": false,
"username": "example@example.com",
"avatar": "https://cdn-us-1.azureedge.net/content-pages/images/user-icons/user-icon-F.png",
"fullname": "Anna Jones"
}
}
}