action box_get_collaboration_whitelist_exempt_targets { label: "List users exempt from collaboration domain restrictions" description: "Returns a list of users who have been exempt from the collaboration\ndomain restrictions." provider: box method: GET path: "/collaboration_whitelist_exempt_targets" encoding: json input: { type: "object" properties: { limit: { type: "integer" format: "int64" } marker: { type: "string" } } additionalProperties: false } output: { type: "object" description: "A list of users that is exempt from any of the restrictions\nimposed by the list of allowed collaboration domains for this enterprise." } }