GET /users/me

Gets the current user

NOTE: For system administrators, the following UserProfile attributes are included in the response:

Servers

Query parameters

Name Type Required Description
include String No

When specified with a value of 'groups', response includes an array of groups (groupId, name, and description only) that the user is a member of.

Possible values:

  • "groups"

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.