Logo
Akamai APIs API Documentation

Edit your profile

PUT https://{{host}}/identity-management/v3/user-profile/basic-info

This operation updates your basic profile information, such as your name or phone number. To edit detailed settings, run the Update your notifications or Modify a user's group and role assignments operations.

 

Body PARAM

Key Datatype Required Description 
accountSwitchKey
string (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys).



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "additionalAuthentication": "TFA", "additionalAuthenticationConfigured": false, "address": "first Street", "city": "Santa Clara", "contactType": "Billing", "country": "USA", "email": "jsmith@example.com", "firstName": "John", "isLocked": false, "jobTitle": "Engineer", "lastLoginDate": "2016-04-12T20:54:24.000Z", "lastName": "Smith", "mobilePhone": "3456787657", "passwordExpiryDate": "2023-04-12T20:54:24.000Z", "phone": "3456788765", "preferredLanguage": "English", "secondaryEmail": "john-smith@example.com", "sessionTimeOut": 30, "state": "CA", "timeZone": "GMT", "uiIdentityId": "1-ABCDE", "uiUserName": "jsmith", "zipCode": "34567" }

Curl
curl -X PUT 'https://host/identity-management/v3/user-profile/basic-info?accountSwitchKey=' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"additionalAuthentication":"TFA","address":"first Street","city":"Santa Clara","contactType":"Billing","country":"USA","firstName":"John","jobTitle":"Engineer","lastName":"Smith","mobilePhone":"3456787657","phone":"3456788765","preferredLanguage":"English","secondaryEmail":"john.smith@example.com","sessionTimeOut":30,"state":"CA","timeZone":"GMT","zipCode":"34567"}'

ENDPOINTS