Amazon WorkMail · Example Payload

Workmail Describe User Response Example

Business CommunicationCalendarEmailExchangeEnterprise

Workmail Describe User Response Example is an example object payload from Amazon WorkMail, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

UserIdNameEmailDisplayNameStateUserRoleEnabledDateDisabledDate

Example Payload

Raw ↑
{
  "UserId": "500123",
  "Name": "Example Workmail Resource",
  "Email": "user@example.com",
  "DisplayName": "Example Workmail Resource",
  "State": "example-value",
  "UserRole": "example-value",
  "EnabledDate": "example-value",
  "DisabledDate": "example-value"
}