Skip to main content
GET
/
users
/
all
Retrieve a list of users
curl --request GET \
  --url https://api.eu.bronto.io/users/all \
  --header 'X-BRONTO-API-KEY: <api-key>'
{
  "users": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "first_name": "John",
      "last_name": "Doe",
      "email": "john@company.com",
      "roles": [
        "ReadOnly",
        "Standard"
      ],
      "last_logins": {
        "Okta": 1731370728,
        "Password": 1731338939
      },
      "login_methods": [
        {
          "name": "Password",
          "enabled": true
        }
      ],
      "tags": {
        "region": "eu",
        "environment": "production"
      },
      "invited_at": 1731370728,
      "invited_by": "admin@company.com",
      "organisations": [
        {
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "name": "Bronto",
          "login_methods": {},
          "description": "Production observability workspace",
          "active": true,
          "management_resource": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "is_management_org": false,
          "region": "EU",
          "metadata": {
            "created_at": 123,
            "created_by": {
              "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
            },
            "updated_at": 123,
            "updated_by": {
              "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
            },
            "deleted_at": 123,
            "deleted_by": {
              "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
            },
            "last_heartbeat_at": 123
          },
          "partition_tags": {
            "enabled": true,
            "partition_tag_list": [
              "<string>"
            ]
          },
          "settings": {
            "dcr_enabled": true,
            "out_of_order": true,
            "multi_org_group": "<string>"
          }
        }
      ],
      "groups": [
        {
          "group_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "name": "<string>",
          "description": "<string>",
          "created_at": 1710948395538,
          "modified_at": 1710948395538
        }
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.bronto.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-BRONTO-API-KEY
string
header
required

Response

A list of users

users
object[]