Skip to main content
GET
List Collection Permissions

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication.

Path Parameters

collectionId
string
required

The ID of the collection.

Query Parameters

sourceType
enum<string>

Filter by entity type.

Available options:
USER,
GROUP,
RYUU_APP
sourceIds
string[]

Filter by specific entity IDs. User and group IDs are numeric (for example, 870010733); app (RYUU_APP) IDs are UUIDs (for example, fcd8baba-9524-4fb5-b94b-b3d3b588e740).

Response

OK. Returns a map of entity type to list of permission entries.

Keys are entity types (USER, GROUP, RYUU_APP). Values are arrays of permission entries.

{key}
object[]