{ "type": "object", "required": [ "OrganizationId", "UserId", "DeviceId" ], "title": "GetMobileDeviceAccessOverrideRequest", "properties": { "OrganizationId": { "allOf": [ { "$ref": "#/components/schemas/OrganizationId" }, { "description": "The WorkMail organization to which you want to apply the override." } ] }, "UserId": { "allOf": [ { "$ref": "#/components/schemas/EntityIdentifier" }, { "description": "
Identifies the WorkMail user for the override. Accepts the following types of user identities:
User ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
Email address: user@domain.tld
User name: user
DeviceId is case insensitive."
}
]
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-get-mobile-device-access-override-request-schema.json",
"description": "GetMobileDeviceAccessOverrideRequest schema from Amazon WorkMail API"
}