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"
      },
      "status": "INVITED",
      "invited_at": 1731370728,
      "invited_by": "admin@company.com",
      "organisations": [
        {
          "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
          "name": "Bronto",
          "created_at": 1710948395538,
          "login_methods": {},
          "region": "EU",
          "partition_tags": {
            "enabled": true,
            "partition_tag_list": [
              "<string>"
            ]
          },
          "settings": {
            "out_of_order": true,
            "multi_org_group": "<string>"
          }
        }
      ],
      "groups": [
        {
          "group": "[US]",
          "count": 124,
          "stat": "average(bytes)",
          "value": 50325.25,
          "timeseries": [
            {
              "@timestamp": "1711535140632",
              "count": 40,
              "value": 35.625,
              "quantiles": {
                "min": 691,
                "p25": 713.75,
                "p50": 796,
                "p75": 847.5,
                "p90": 1237,
                "p95": 1331,
                "p99": 1331,
                "p999": 1331,
                "max": 1331
              }
            }
          ]
        }
      ]
    }
  ]
}

Authorizations

X-BRONTO-API-KEY
string
header
required

Response

A list of users

users
object[]