Skip to main content
GET
/
organizations
/
{orgId}
/
access
List all members who have access to this organization
curl --request GET \
  --url https://api.eu.bronto.io/organizations/{orgId}/access \
  --header 'X-BRONTO-API-KEY: <api-key>'
{
  "items": [
    {
      "members": [
        {
          "type": "user",
          "id": "<string>",
          "roles": [
            "<string>"
          ],
          "status": "<string>",
          "createdAt": 123
        }
      ]
    }
  ]
}

Authorizations

X-BRONTO-API-KEY
string
header
required

Path Parameters

orgId
string<uuid>
required

The unique identifier of the organization

Response

Successful response

items
object[]