List all objects the user can read
permissions
List all objects the user can read
Returns all object IDs across all resource types that the authenticated user has can_read on. Fans out to OpenFGA internally — callers make one HTTP request instead of one per resource type.
GET
List all objects the user can read
Authorizations
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.
All object IDs (in 'type:id' format) the user has can_read on, across all resource types

