{ "type": "object", "required": [ "OrganizationId", "GroupId" ], "title": "ListGroupMembersRequest", "properties": { "OrganizationId": { "allOf": [ { "$ref": "#/components/schemas/OrganizationId" }, { "description": "The identifier for the organization under which the group exists." } ] }, "GroupId": { "allOf": [ { "$ref": "#/components/schemas/WorkMailIdentifier" }, { "description": "The identifier for the group to which the members (users or groups) are associated." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": " The token to use to retrieve the next page of results. The first call does not contain any tokens." } ] }, "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/MaxResults" }, { "description": "The maximum number of results to return 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-group-members-request-schema.json", "description": "ListGroupMembersRequest schema from Amazon WorkMail API" }