Describe Organization
workmail_describe_organization | R Documentation |
Provides more information regarding a given organization based on its identifier¶
Description¶
Provides more information regarding a given organization based on its identifier.
Usage¶
Arguments¶
OrganizationId
[required] The identifier for the organization to be described.
Value¶
A list with the following syntax:
list(
OrganizationId = "string",
Alias = "string",
State = "string",
DirectoryId = "string",
DirectoryType = "string",
DefaultMailDomain = "string",
CompletedDate = as.POSIXct(
"2015-01-01"
),
ErrorMessage = "string",
ARN = "string",
MigrationAdmin = "string",
InteroperabilityEnabled = TRUE|FALSE
)