cms

Get an organization's saga content-access grants

get/api/v1/content-access/{organizationId}

Path parameters

organizationIdstring uuid required

The unique identifier of the organization

Response

readOnlySagaIdsstring[] required

All sagaIds the organization has read-only access to, derived from its active organization_saga_access grants

readWriteSagaIdsstring[] required

All sagaIds the organization has write access to, derived from its active organization_saga_access grants

Changes