v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1480317256.9 KB

Gets 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.

post/#X-Amz-Target=WorkMailService.GetAccessControlEffect

Headers

X-Amz-Target'WorkMailService.GetAccessControlEffect' required

Request body

OrganizationIdstring required

The identifier for the organization.

IpAddressstring required

The IPv4 address.

Actionstring required

The access protocol action. Valid values include <code>ActiveSync</code>, <code>AutoDiscover</code>, <code>EWS</code>, <code>IMAP</code>, <code>SMTP</code>, <code>WindowsOutlook</code>, and <code>WebMail</code>.

UserIdstring

The user ID.

ImpersonationRoleIdstring

The impersonation role ID.

Response

Success

Effect'ALLOW' | 'DENY'

The rule effect.

MatchedRulesAccessControlRuleName[]

The rules that match the given parameters, resulting in an effect.