POST /users.profile.set

Set the profile information for a user.

Servers

Request headers

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

Default value: "application/x-www-form-urlencoded"

token String Yes

Authentication token. Requires scope: users.profile:write

Request body fields

Name Type Required Description
profile String No

Collection of key:value pairs presented as a URL-encoded JSON hash. At most 50 fields may be set. Each field name is limited to 255 characters.

name String No

Name of a single key to set. Usable only if profile is not passed.

user String No

ID of user to change. This argument may only be specified by team admins on paid teams.

value String No

Value to set a single key to. Usable only if profile is not passed.

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.