Skip to main content
GET
https://{teamSlug}.teams.auth0.com
/
api
/
members
/
{id}
/
tenants
/
{environment}
List a member's tenant access within an environment
curl --request GET \
  --url https://{teamSlug}.teams.auth0.com/api/members/{id}/tenants/{environment} \
  --header 'Authorization: Bearer <token>'
{
  "environment": "<string>",
  "tenants": [
    {
      "tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "domain": "<string>",
      "roles": [
        {
          "role": "owner",
          "client_ids": [
            "<string>"
          ]
        }
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs-dev.auth0-mintlify.app/llms.txt

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

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Unique ID of the team member.

environment
string
required

The cloud environment identifier (e.g. 'US-3', 'EU-1', 'acme-dev').

Minimum string length: 1

Response

Member tenant access list

environment
string
required

The queried environment.

Examples:

"US-3"

"EU-1"

"acme-dev"

tenants
object[]
required

Member tenant access list