{
"type": "object",
"required": [
"OrganizationId",
"UserId"
],
"title": "DescribeUserRequest",
"properties": {
"OrganizationId": {
"allOf": [
{
"$ref": "#/components/schemas/OrganizationId"
},
{
"description": "The identifier for the organization under which the user exists."
}
]
},
"UserId": {
"allOf": [
{
"$ref": "#/components/schemas/WorkMailIdentifier"
},
{
"description": "The identifier for the user to be described."
}
]
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-describe-user-request-schema.json",
"description": "DescribeUserRequest schema from Amazon WorkMail API"
}