View your profile

GET https://{{host}}/identity-management/v3/user-profile

This operation gets your profile information. To make changes to your profile, run the Edit your profile operation.

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 information about actions such as edit or delete that you can take for the 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

{"actions":{"delete":true,"apiClient":true,"edit":true,"isCloneable":false,"resetPassword":true,"thirdPartyAccess":true},"additionalAuthentication":"TFA","additionalAuthenticationConfigured":false,"address":"first Street","authGrants":[{"groupId":12345,"groupName":"Internet Company","roleDescription":"A newly create role.","roleId":16,"roleName":"Publisher"}],"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":"3456787657","notifications":{"options":{"apiClientCredentialExpiryNotification":false,"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":30,"state":"CA","timeZone":"GMT","uiIdentityId":"A-B-123456","uiUserName":"jsmith@example.com","zipCode":"34567"}