{
"type": "object",
"properties": {
"Users": {
"allOf": [
{
"$ref": "#/components/schemas/Users"
},
{
"description": "The overview of users for an organization."
}
]
},
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": " The token to use to retrieve the next page of results. This value is `null` when there are no more results to return."
}
]
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ListUsersResponse",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-list-users-response-schema.json",
"description": "ListUsersResponse schema from Amazon WorkMail API"
}