Update current user's profile

POST {{baseUrl}}/.api/api.svc/account/profile/update?firstName={{$randomFirstName}}&lastName={{$randomLastName}}&igval_bio={{$randomJobDescriptor}} {{$randomJobType}} of {{$randomJobDescriptor}} {{$randomJobArea}} at {{$randomCompanyName}}, in {{$randomCountry}}. Always trying to {{$randomBsBuzz}} {{$randomBsAdjective}} {{$randomBsNoun}} for {{$randomCatchPhrase}}.&igval_birthdate=1990/03/30&igval_city={{$randomCity}}&igval_state={{$randomCity}}

Through this endpoint, the currently logged in user can update their profile on their digital workplace.

Using this endpoint, the user can change information such as name, birthdate, address, privacy setting and more.

Request Params

| Key | Datatype | Required | Description | | firstName | string | | String The new value for the user's first name. | | lastName | string | | String The new value for the user's last name. | | igval_bio | string | | String

New content of the bio/about field. | | igval_birthdate | string | | Date

New value for the birthdate field. Format: yyyy/mm/dd | | smsAddress | string | | SMS Address | | emailPrivacy | string | | Email Privacy | | contactsPrivacy | string | | Contacts Privacy | | photoPrivacy | boolean | | Photo Privacy | | igval_gender | string | | String

New value for the user's gender. Note: This field is not displayed in a user's profile by default. | | igval_address | string | | String

New value for the user's address. | | igval_address2 | string | | | | igval_city | string | | String

New value for the city field of the user's address. | | igval_state | string | | String

New value for the State/Province/Region field. |

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | The type of response data to request. By default this endpoint will respond with XML.

The options are:

  • application/json
  • application/xml |

RESPONSES

status: OK

{"minRequestPeriod":0,"requestSupportCode":637806233911309566,"dictionary":null,"response":null}