PUT /profile

Updates user profile.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
availableCurrencies[] Array No

Array of reporting currencies that are enabled for the merchant.

createdTime String No

Date and time when the batch was created.

reportingCurrency String No

User's currency code in ISO 4217 format. This value is used for reports.

displayName String No

User's full display name.

status String No

Status of the user account.

Valid values:

  • "inactive"
  • "active"
  • "pending-confirmation"
permissions Object No

Permissions that the user has within organizations. Use the wildcard character * for full access.

loginTime String No

Date and time when the user last logged in.

hasPermissionsEmulation Boolean No

Specifies if the current user session has permissions emulation enabled.

id String No

ID of the user.

_links[] Array No

Related links.

_links[].href String No

Link URL.

_links[].rel String No

Type of link.

Valid values:

  • "self"
email String No

Email address of the user.

hash String No

Unique hash value that represents the user.

updatedTime String No

Date and time when the batch was last updated.

lastName String No

User's last name.

businessPhone String No

User's business phone number.

preferences Object No

User preferences, such as: timezone, language, and more. This is an object with custom properties.

mobilePhone String No

User's mobile phone number.

firstName String No

User's first name.

country String No

User's country of residence in ISO 3166 alpha-2 country code. For examples, see ISO.org.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.