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>" } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The list of user profiles.
Total number of results.
Array of user profiles.
Show child attributes
Links to _self, and previous or next page, given that they exist.
Was this page helpful?