Skip to main content
GET
/
governance
/
permissions
/
accessible-objects
List all objects the user can read
curl --request GET \
  --url https://api.example.com/governance/permissions/accessible-objects \
  --header 'Authorization: Bearer <token>'
{
  "object_ids": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.emergence.ai/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.

Response

Successful Response

Response from listing all objects a user can read, across all resource types.

object_ids
string[]
required

All object IDs (in 'type:id' format) the user has can_read on, across all resource types