URL

GET https://{api-url}/api/v2/tenants/{tenantId}/users/{userId}

Sample URLs

https://{api-url}/api/v2/tenants/client_16/users/USR0000000028
https://{api-url}/api/v2/tenants/msp_8/users/USR0000000032

Sample response

{
	"id": "USR0000000014",
	"loginName": "ScarletJohn",
	"lastName": "John",
	"firstName": "Scarlet",
	"email": "scarlet@gmail.com",
	"altEmail": "scarletjohn@gmail.com",
	"userAccountType": "REGULAR",
	"designation": "Operations Admin User",
	"address": "300 BOYLSTON AVE E",
	"city": "SEATTLE",
	"state": "WA",
	"country": "USA",
	"zip": "98102",
	"phoneNumber": "206-232-4543 Extn 1",
	"mobileNumber": "833-731-1540",
	"timeZone": {
		"id": "12",
		"name": "GMT",
		"label": "Greenwich Mean Time",
		"code": "GMT"
	},
	"roles": [{
			"id": 4,
			"name": "Client Administrator"
		},
		{
			"id": 5,
			"name": "Client User"
		},
		{
			"id": 9,
			"name": "End User View"
		},
		{
			"id": 10,
			"name": "ACS Client Administrator"
		},
		{
			"id": 14,
			"name": "AM Link Client Administrator"
		},
		{
			"id": 32,
			"name": "AM Link Client User"
		}
	],
	"authType": "LOCAL",
	"twoFactorAuthentication": true,
	"twoFactor": {
		"provider": "TOTP"
	},
	"userGroups": [{
			"uniqueId": "USRGRP-ab5afe06-0cca-9b8f-6053-357531f7d9ff",
			"name": "Luminalto Admins",
			"description": "All Luminalto Admins",
			"createdTime": "2016-06-23T16:46:02+0000",
			"updatedTime": "2017-07-06T10:59:17+0000",
			"email": "luminaltoadmins@gmail.com"
		},
		{
			"uniqueId": "USRGRP-13cfc012-bb01-bbe3-6ed9-c46a192d0567",
			"name": "Operations Lab Escalation Users",
			"description": "All operations admins",
			"createdTime": "2016-07-23T16:46:41+0000",
			"updatedTime": "2017-10-06T06:40:51+0000",
			"email": "opsadmin@gmail.com"
		}
	],
	"status": "active",
	"orgId": "client_8",
	"profileImage": {
		"logoPath": "https://yourdomain.com/img/nophoto.gif",
		"thumbPath": "https://yourdomain.com/img/nophoto.gif",
		"tinyThumbPath": "https://yourdomain.com/img/wall_img1.gif"
	},
	"organizationName": "Ops Lab",
	"userNotifications": [{
			"notifyType": "Account Information",
			"notifyMethod": "Email",
			"notifyInputType": "Primary Email",
			"notifyRecurringReport": false
		},
		{
			"notifyType": "Alert Notification",
			"notifyMethod": "No Notify",
			"notifyRecurringReport": false
		},
		{
			"notifyType": "Report Notification",
			"notifyMethod": "No Notify",
			"notifyRecurringReport": false
		}
	],
	"permissions": [
		"ADMINISTRATION",
		"LAUNCH_POWER_CYCLE",
		"REPORTS_VIEW",
		"MONITORS_VIEW",
		"PATCH_APPROVAL_MANAGE",
		"DEVICE_VIEW",
		"REPORTS_VIEW",
		"TICKETS_MANAGE",
		"DEVICE_VIEW",
		"SERVICE_CATALOG_VIEW",
		"ADMINISTRATION",
		"REPORTS_VIEW",
		"CLIENT",
		"CLIENT_ADMIN"
	],
	"createdTime": "2016-07-23T16:30:49+0000",
	"updatedTime": "2017-11-15T12:17:02+0000"
}