Users

Lists all users.

get/users

Response

Success

Example response

{
  "data": [
    {
      "id": "user_abc123",
      "external_id": "user_ext_123",
      "tags": [
        {
          "key": "department",
          "value": "engineering"
        }
      ]
    }
  ]
}

Changes

Changed in 6 of the 38 revisions of this API.26

    • removed the required property data/items/role from the response with the 200 status

      response-required-property-removed

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • response property data/items/role deprecated

      response-property-deprecated

    • added the required property data/items/tags to the response with the 200 status

      response-required-property-added

    • removed the required property data/items/externalId from the response with the 200 status

      response-required-property-removed

    • response property data/items/externalId deprecated

      response-property-deprecated

    • added the required property data/items/external_id to the response with the 200 status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the required property data/items/id to the response with the 200 status

      response-required-property-added

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog