amazonaws.com – workmail
WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile email clients. You can access your email, contacts, and calendars using Microsoft Outlook, your browser, or other native iOS and Android email applications. You can integrate WorkMail with your existing corporate directory and control both the keys that encrypt your data and the location in which your data is stored.
The WorkMail API is designed for the following scenarios:
-
Listing and describing organizations
-
Managing users
-
Managing groups
-
Managing resources
All WorkMail API operations are Amazon-authenticated and certificate-signed. They not only require the use of the AWS SDK, but also allow for the exclusive use of AWS Identity and Access Management users and roles to help facilitate access, trust, and permission policies. By creating a role and allowing an IAM user to access the WorkMail site, the IAM user gains full administrative visibility into the entire WorkMail organization (or as set in the IAM policy). This includes, but is not limited to, the ability to create, update, and delete users, groups, and resources. This allows developers to perform the scenarios listed above, as well as give users the ability to grant access on a selective basis using the IAM model.
- Homepage
- https://api.apis.guru/v2/specs/amazonaws.com:workmail/2017-10-01.json
- Provider
- amazonaws.com:workmail / workmail
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/amazonaws.com/workmail/2017-10-01/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/amazonaws.com/workmail/2017-10-01/openapi.yaml
Tools (82)
Extracted live via the executor SDK.
-
xAmzTargetWorkMailServiceAssociateDelegateToResource.associateDelegateToResourceAdds a member (user or group) to the resource's set of delegates.
-
xAmzTargetWorkMailServiceAssociateMemberToGroup.associateMemberToGroupAdds a member (user or group) to the group's set.
-
xAmzTargetWorkMailServiceAssumeImpersonationRole.assumeImpersonationRoleAssumes an impersonation role for the given WorkMail organization. This method returns an authentication token you can use to make impersonated calls.
-
xAmzTargetWorkMailServiceCancelMailboxExportJob.cancelMailboxExportJobCancels a mailbox export job.
If the mailbox export job is near completion, it might not be possible to cancel it.
-
xAmzTargetWorkMailServiceCreateAlias.createAliasAdds an alias to the set of a given member (user or group) of WorkMail.
-
xAmzTargetWorkMailServiceCreateAvailabilityConfiguration.createAvailabilityConfigurationCreates an
AvailabilityConfigurationfor the given WorkMail organization and domain. -
xAmzTargetWorkMailServiceCreateGroup.createGroupCreates a group that can be used in WorkMail by calling the RegisterToWorkMail [blocked] operation.
-
xAmzTargetWorkMailServiceCreateImpersonationRole.createImpersonationRoleCreates an impersonation role for the given WorkMail organization.
Idempotency ensures that an API request completes no more than one time. With an idempotent request, if the original request completes successfully, any subsequent retries also complete successfully without performing any further actions.
-
xAmzTargetWorkMailServiceCreateMobileDeviceAccessRule.createMobileDeviceAccessRuleCreates a new mobile device access rule for the specified WorkMail organization.
-
xAmzTargetWorkMailServiceCreateOrganization.createOrganizationCreates a new WorkMail organization. Optionally, you can choose to associate an existing AWS Directory Service directory with your organization. If an AWS Directory Service directory ID is specified, the organization alias must match the directory alias. If you choose not to associate an existing directory with your organization, then we create a new WorkMail directory for you. For more information, see in the WorkMail Administrator Guide.
You can associate multiple email domains with an organization, then choose your default email domain from the WorkMail console. You can also associate a domain that is managed in an Amazon Route 53 public hosted zone. For more information, see and in the WorkMail Administrator Guide.
Optionally, you can use a customer managed key from AWS Key Management Service (AWS KMS) to encrypt email for your organization. If you don't associate an AWS KMS key, WorkMail creates a default, AWS managed key for you.
-
xAmzTargetWorkMailServiceCreateResource.createResourceCreates a new WorkMail resource.
-
xAmzTargetWorkMailServiceCreateUser.createUserCreates a user who can be used in WorkMail by calling the RegisterToWorkMail [blocked] operation.
-
xAmzTargetWorkMailServiceDeleteAccessControlRule.deleteAccessControlRuleDeletes an access control rule for the specified WorkMail organization.
Deleting already deleted and non-existing rules does not produce an error. In those cases, the service sends back an HTTP 200 response with an empty HTTP body.
-
xAmzTargetWorkMailServiceDeleteAlias.deleteAliasRemove one or more specified aliases from a set of aliases for a given user.
-
xAmzTargetWorkMailServiceDeleteAvailabilityConfiguration.deleteAvailabilityConfigurationDeletes the
AvailabilityConfigurationfor the given WorkMail organization and domain. -
xAmzTargetWorkMailServiceDeleteEmailMonitoringConfiguration.deleteEmailMonitoringConfigurationDeletes the email monitoring configuration for a specified organization.
-
xAmzTargetWorkMailServiceDeleteGroup.deleteGroupDeletes a group from WorkMail.
-
xAmzTargetWorkMailServiceDeleteImpersonationRole.deleteImpersonationRoleDeletes an impersonation role for the given WorkMail organization.
-
xAmzTargetWorkMailServiceDeleteMailboxPermissions.deleteMailboxPermissionsDeletes permissions granted to a member (user or group).
-
xAmzTargetWorkMailServiceDeleteMobileDeviceAccessOverride.deleteMobileDeviceAccessOverrideDeletes the mobile device access override for the given WorkMail organization, user, and device.
Deleting already deleted and non-existing overrides does not produce an error. In those cases, the service sends back an HTTP 200 response with an empty HTTP body.
-
xAmzTargetWorkMailServiceDeleteMobileDeviceAccessRule.deleteMobileDeviceAccessRuleDeletes a mobile device access rule for the specified WorkMail organization.
Deleting already deleted and non-existing rules does not produce an error. In those cases, the service sends back an HTTP 200 response with an empty HTTP body.
-
xAmzTargetWorkMailServiceDeleteOrganization.deleteOrganizationDeletes an WorkMail organization and all underlying AWS resources managed by WorkMail as part of the organization. You can choose whether to delete the associated directory. For more information, see in the WorkMail Administrator Guide.
-
xAmzTargetWorkMailServiceDeleteResource.deleteResourceDeletes the specified resource.
-
xAmzTargetWorkMailServiceDeleteRetentionPolicy.deleteRetentionPolicyDeletes the specified retention policy from the specified organization.
-
xAmzTargetWorkMailServiceDeleteUser.deleteUserDeletes a user from WorkMail and all subsequent systems. Before you can delete a user, the user state must be
DISABLED. Use the DescribeUser [blocked] action to confirm the user state.Deleting a user is permanent and cannot be undone. WorkMail archives user mailboxes for 30 days before they are permanently removed.
-
xAmzTargetWorkMailServiceDeregisterFromWorkMail.deregisterFromWorkMailMark a user, group, or resource as no longer used in WorkMail. This action disassociates the mailbox and schedules it for clean-up. WorkMail keeps mailboxes for 30 days before they are permanently removed. The functionality in the console is Disable.
-
xAmzTargetWorkMailServiceDeregisterMailDomain.deregisterMailDomainRemoves a domain from WorkMail, stops email routing to WorkMail, and removes the authorization allowing WorkMail use. SES keeps the domain because other applications may use it. You must first remove any email address used by WorkMail entities before you remove the domain.
-
xAmzTargetWorkMailServiceDescribeEmailMonitoringConfiguration.describeEmailMonitoringConfigurationDescribes the current email monitoring configuration for a specified organization.
-
xAmzTargetWorkMailServiceDescribeGroup.describeGroupReturns the data available for the group.
-
xAmzTargetWorkMailServiceDescribeInboundDmarcSettings.describeInboundDmarcSettingsLists the settings in a DMARC policy for a specified organization.
-
xAmzTargetWorkMailServiceDescribeMailboxExportJob.describeMailboxExportJobDescribes the current status of a mailbox export job.
-
xAmzTargetWorkMailServiceDescribeOrganization.describeOrganizationProvides more information regarding a given organization based on its identifier.
-
xAmzTargetWorkMailServiceDescribeResource.describeResourceReturns the data available for the resource.
-
xAmzTargetWorkMailServiceDescribeUser.describeUserProvides information regarding the user.
-
xAmzTargetWorkMailServiceDisassociateDelegateFromResource.disassociateDelegateFromResourceRemoves a member from the resource's set of delegates.
-
xAmzTargetWorkMailServiceDisassociateMemberFromGroup.disassociateMemberFromGroupRemoves a member from a group.
-
xAmzTargetWorkMailServiceGetAccessControlEffect.getAccessControlEffectGets the effects of an organization's access control rules as they apply to a specified IPv4 address, access protocol action, and user ID or impersonation role ID. You must provide either the user ID or impersonation role ID. Impersonation role ID can only be used with Action EWS.
-
xAmzTargetWorkMailServiceGetDefaultRetentionPolicy.getDefaultRetentionPolicyGets the default retention policy details for the specified organization.
-
xAmzTargetWorkMailServiceGetImpersonationRole.getImpersonationRoleGets the impersonation role details for the given WorkMail organization.
-
xAmzTargetWorkMailServiceGetImpersonationRoleEffect.getImpersonationRoleEffectTests whether the given impersonation role can impersonate a target user.
-
xAmzTargetWorkMailServiceGetMailboxDetails.getMailboxDetailsRequests a user's mailbox details for a specified organization and user.
-
xAmzTargetWorkMailServiceGetMailDomain.getMailDomainGets details for a mail domain, including domain records required to configure your domain with recommended security.
-
xAmzTargetWorkMailServiceGetMobileDeviceAccessEffect.getMobileDeviceAccessEffectSimulates the effect of the mobile device access rules for the given attributes of a sample access event. Use this method to test the effects of the current set of mobile device access rules for the WorkMail organization for a particular user's attributes.
-
xAmzTargetWorkMailServiceGetMobileDeviceAccessOverride.getMobileDeviceAccessOverrideGets the mobile device access override for the given WorkMail organization, user, and device.
-
xAmzTargetWorkMailServiceListAccessControlRules.listAccessControlRulesLists the access control rules for the specified organization.
-
xAmzTargetWorkMailServiceListAliases.listAliasesCreates a paginated call to list the aliases associated with a given entity.
-
xAmzTargetWorkMailServiceListAvailabilityConfigurations.listAvailabilityConfigurationsList all the
AvailabilityConfiguration's for the given WorkMail organization. -
xAmzTargetWorkMailServiceListGroupMembers.listGroupMembersReturns an overview of the members of a group. Users and groups can be members of a group.
-
xAmzTargetWorkMailServiceListGroups.listGroupsReturns summaries of the organization's groups.
-
xAmzTargetWorkMailServiceListImpersonationRoles.listImpersonationRolesLists all the impersonation roles for the given WorkMail organization.
-
xAmzTargetWorkMailServiceListMailboxExportJobs.listMailboxExportJobsLists the mailbox export jobs started for the specified organization within the last seven days.
-
xAmzTargetWorkMailServiceListMailboxPermissions.listMailboxPermissionsLists the mailbox permissions associated with a user, group, or resource mailbox.
-
xAmzTargetWorkMailServiceListMailDomains.listMailDomainsLists the mail domains in a given WorkMail organization.
-
xAmzTargetWorkMailServiceListMobileDeviceAccessOverrides.listMobileDeviceAccessOverridesLists all the mobile device access overrides for any given combination of WorkMail organization, user, or device.
-
xAmzTargetWorkMailServiceListMobileDeviceAccessRules.listMobileDeviceAccessRulesLists the mobile device access rules for the specified WorkMail organization.
-
xAmzTargetWorkMailServiceListOrganizations.listOrganizationsReturns summaries of the customer's organizations.
-
xAmzTargetWorkMailServiceListResourceDelegates.listResourceDelegatesLists the delegates associated with a resource. Users and groups can be resource delegates and answer requests on behalf of the resource.
-
xAmzTargetWorkMailServiceListResources.listResourcesReturns summaries of the organization's resources.
-
xAmzTargetWorkMailServiceListTagsForResource.listTagsForResourceLists the tags applied to an WorkMail organization resource.
-
xAmzTargetWorkMailServiceListUsers.listUsersReturns summaries of the organization's users.
-
xAmzTargetWorkMailServicePutAccessControlRule.putAccessControlRuleAdds a new access control rule for the specified organization. The rule allows or denies access to the organization for the specified IPv4 addresses, access protocol actions, user IDs and impersonation IDs. Adding a new rule with the same name as an existing rule replaces the older rule.
-
xAmzTargetWorkMailServicePutEmailMonitoringConfiguration.putEmailMonitoringConfigurationCreates or updates the email monitoring configuration for a specified organization.
-
xAmzTargetWorkMailServicePutInboundDmarcSettings.putInboundDmarcSettingsEnables or disables a DMARC policy for a given organization.
-
xAmzTargetWorkMailServicePutMailboxPermissions.putMailboxPermissionsSets permissions for a user, group, or resource. This replaces any pre-existing permissions.
-
xAmzTargetWorkMailServicePutMobileDeviceAccessOverride.putMobileDeviceAccessOverrideCreates or updates a mobile device access override for the given WorkMail organization, user, and device.
-
xAmzTargetWorkMailServicePutRetentionPolicy.putRetentionPolicyPuts a retention policy to the specified organization.
-
xAmzTargetWorkMailServiceRegisterMailDomain.registerMailDomainRegisters a new domain in WorkMail and SES, and configures it for use by WorkMail. Emails received by SES for this domain are routed to the specified WorkMail organization, and WorkMail has permanent permission to use the specified domain for sending your users' emails.
-
xAmzTargetWorkMailServiceRegisterToWorkMail.registerToWorkMailRegisters an existing and disabled user, group, or resource for WorkMail use by associating a mailbox and calendaring capabilities. It performs no change if the user, group, or resource is enabled and fails if the user, group, or resource is deleted. This operation results in the accumulation of costs. For more information, see . The equivalent console functionality for this operation is Enable.
Users can either be created by calling the CreateUser [blocked] API operation or they can be synchronized from your directory. For more information, see DeregisterFromWorkMail [blocked].
-
xAmzTargetWorkMailServiceResetPassword.resetPasswordAllows the administrator to reset the password for a user.
-
xAmzTargetWorkMailServiceStartMailboxExportJob.startMailboxExportJobStarts a mailbox export job to export MIME-format email messages and calendar items from the specified mailbox to the specified Amazon Simple Storage Service (Amazon S3) bucket. For more information, see in the WorkMail Administrator Guide.
-
xAmzTargetWorkMailServiceTagResource.tagResourceApplies the specified tags to the specified WorkMailorganization resource.
-
xAmzTargetWorkMailServiceTestAvailabilityConfiguration.testAvailabilityConfigurationPerforms a test on an availability provider to ensure that access is allowed. For EWS, it verifies the provided credentials can be used to successfully log in. For Lambda, it verifies that the Lambda function can be invoked and that the resource access policy was configured to deny anonymous access. An anonymous invocation is one done without providing either a
SourceArnorSourceAccountheader.The request must contain either one provider definition (
EwsProviderorLambdaProvider) or theDomainNameparameter. If theDomainNameparameter is provided, the configuration stored under theDomainNamewill be tested. -
xAmzTargetWorkMailServiceUntagResource.untagResourceUntags the specified tags from the specified WorkMail organization resource.
-
xAmzTargetWorkMailServiceUpdateAvailabilityConfiguration.updateAvailabilityConfigurationUpdates an existing
AvailabilityConfigurationfor the given WorkMail organization and domain. -
xAmzTargetWorkMailServiceUpdateDefaultMailDomain.updateDefaultMailDomainUpdates the default mail domain for an organization. The default mail domain is used by the WorkMail AWS Console to suggest an email address when enabling a mail user. You can only have one default domain.
-
xAmzTargetWorkMailServiceUpdateImpersonationRole.updateImpersonationRoleUpdates an impersonation role for the given WorkMail organization.
-
xAmzTargetWorkMailServiceUpdateMailboxQuota.updateMailboxQuotaUpdates a user's current mailbox quota for a specified organization and user.
-
xAmzTargetWorkMailServiceUpdateMobileDeviceAccessRule.updateMobileDeviceAccessRuleUpdates a mobile device access rule for the specified WorkMail organization.
-
xAmzTargetWorkMailServiceUpdatePrimaryEmailAddress.updatePrimaryEmailAddressUpdates the primary email for a user, group, or resource. The current email is moved into the list of aliases (or swapped between an existing alias and the current primary email), and the email provided in the input is promoted as the primary.
-
xAmzTargetWorkMailServiceUpdateResource.updateResourceUpdates data for the resource. To have the latest information, it must be preceded by a DescribeResource [blocked] call. The dataset in the request should be the one expected when performing another
DescribeResourcecall. -
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools