{ "type": "object", "required": [ "OrganizationId" ], "title": "ListImpersonationRolesRequest", "properties": { "OrganizationId": { "allOf": [ { "$ref": "#/components/schemas/OrganizationId" }, { "description": "The WorkMail organization to which the listed impersonation roles belong." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The token used to retrieve the next page of results. The first call doesn't require a token." } ] }, "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/MaxResults" }, { "description": "The maximum number of results returned in a single call." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-list-impersonation-roles-request-schema.json", "description": "ListImpersonationRolesRequest schema from Amazon WorkMail API" }