v1
latestOpenAPI 3.0.32026-08-061874701.5 MBusers
Get user
Gets the user specified in the URL.
For System Admins, the following UserProfile attributes are included in the response):
- admin
- customWelcomeScreenViewed (only returned when an Enterprise user has viewed the <a href="https://help.smartsheet.com/articles/1392225-customizing-a-welcome-message-upgrade-screen-enterprise-only" target="_blank" rel="noopener noreferrer">Custom Welcome Screen</a>)
- groupAdmin
- lastLogin (only returned if the user has logged in)
- licensedSheetCreator
- resourceViewer
- sheetCount (Sunset) - The sheetCount attribute now holds the value -1 and is included only if the retrieved user's status is ACTIVE.
- status
get/users/{userId}
Response
Returns UserProfile object.
Example response
{
"id": 48569348493401200,
"account": {
"id": 122454719915908,
"name": "Smartsheet Org"
},
"admin": true,
"alternateEmails": [
{
"id": 8150532427671428,
"confirmed": true,
"email": "johnathan.doe@smartsheet.com"
}
],
"company": "Smartsheet",
"customWelcomeScreenViewed": "2020-08-25T12:15:47Z",
"department": "Engineering",
"email": "john.doe@smartsheet.com",
"firstName": "John",
"groupAdmin": true,
"jiraAdmin": true,
"lastLogin": "2020-10-31T12:15:47Z",
"lastName": "Doe",
"licensedSheetCreator": true,
"locale": "en_US",
"mobilePhone": "555-867-5309",
"profileImage": {
"imageId": "u!1!nAtdn5RJB_o!k6_e_3h2R3w!wmYXPek-yVD",
"height": 1050,
"width": 1050
},
"resourceViewer": true,
"role": "Software Developer",
"sheetCount": -1,
"timeZone": "US/Pacific",
"title": "Senior Software Engineer",
"workPhone": "844-324-2360"
}