Get a user

GET https://{{host}}/identity-management/v3/user-admin/ui-identities/:uiIdentityId

This operation retrieves a user's profile.

Request Params

KeyDatatypeRequiredDescription
authGrantsstring(Optional) Includes the list of your group and role assignments, false by default.
notificationsstring(Optional) Includes product notifications you subscribe to, false by default.
actionsstring(Optional) Includes actions such as edit or delete that a user can perform on an object, false by default. Don't confuse this with the action parameter, which applies to the Set two-factor authentication operation.
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"accountId":"A-CCT5678","actions":{"delete":true,"apiClient":true,"edit":true,"isCloneable":true,"resetPassword":true,"thirdPartyAccess":true},"additionalAuthentication":"TFA","additionalAuthenticationConfigured":false,"address":"First Street","authGrants":[{"groupId":12345,"groupName":"Internet Company","isBlocked":false,"roleDescription":"Role providing admin access.","roleId":12,"roleName":"admin"}],"city":"Santa Clara","contactType":"Billing","country":"USA","email":"jsmith@example.com","firstName":"John","isLocked":false,"jobTitle":"engineer","lastLoginDate":"2016-01-13T17:53:57Z","lastName":"Smith","mobilePhone":"3456789999","notifications":{"options":{"apiClientCredentialExpiryNotification":true,"newUserNotification":true,"passwordExpiry":true,"proactive":["EdgeScape","EdgeSuite (HTTP Content Delivery)"],"upgrade":["NetStorage","Other Upgrade Notifications (Planned)"]},"enableEmailNotifications":true},"passwordExpiryDate":"2018-01-13T17:53:57Z","phone":"3456788765","preferredLanguage":"English","secondaryEmail":"john_smith@example.com","sessionTimeOut":14400,"state":"CA","timeZone":"GMT","uiIdentityId":"A-B-123456","uiUserName":"jsmith","zipCode":"34567"}