PATCH /user

Note: If your email is set to private and you send an email parameter as part of this request to update your profile, your privacy settings are still enforced: the email address will not be displayed on your public profile or via the API.

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
name String No

The new name of the user.

email String No

The publicly visible email address of the user.

company String No

The new company of the user.

location String No

The new location of the user.

blog String No

The new blog URL of the user.

bio String No

The new short biography of the user.

twitter_username String No

The new Twitter username of the user.

hireable Boolean No

The new hiring availability of the user.

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.