List Organizations
| workmail_list_organizations | R Documentation |
Returns summaries of the customer's organizations¶
Description¶
Returns summaries of the customer's organizations.
Usage¶
Arguments¶
NextTokenThe token to use to retrieve the next page of results. The first call does not contain any tokens.
MaxResultsThe maximum number of results to return in a single call.
Value¶
A list with the following syntax:
list(
OrganizationSummaries = list(
list(
OrganizationId = "string",
Alias = "string",
DefaultMailDomain = "string",
ErrorMessage = "string",
State = "string"
)
),
NextToken = "string"
)