Skip to main content
GET
/
profiles
Error
A valid request URL is required to generate request examples
{
  "count": 123,
  "profiles": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "display_name": "<string>",
      "email": "jsmith@example.com",
      "username": "<string>",
      "type": "user",
      "picture": "<string>",
      "company_type": "<string>",
      "company_name": "<string>",
      "currency": "<string>",
      "vat_number": "<string>",
      "company_role": "<string>",
      "website_url": "<string>",
      "new_ui": true,
      "ui_colorscheme": "<string>",
      "default_catalog": "<string>",
      "project_options_url": "<string>",
      "marketing": true,
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "billing_contact": "jsmith@example.com",
      "invoiced": true,
      "customer_type": "individual",
      "legal_entity_name": "<string>"
    }
  ],
  "_links": {
    "self": {
      "title": "<string>",
      "href": "<string>"
    },
    "previous": {
      "title": "<string>",
      "href": "<string>"
    },
    "next": {
      "title": "<string>",
      "href": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

The list of user profiles.

count
integer

Total number of results.

profiles
object[]

Array of user profiles.

Links to _self, and previous or next page, given that they exist.

Last modified on March 25, 2026