identitystore:ReserveUser is a Write access-level action in the identitystore service. Grants permission to reserve a user by getting a userId
ARNs that identitystore:ReserveUser can be scoped to in an IAM policy.
No condition keys are documented for this action.
To use identitystore:ReserveUser you may also need to grant:
A minimal policy that allows identitystore:ReserveUser. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowIdentitystoreReserveUser",
"Effect": "Allow",
"Action": "identitystore:ReserveUser",
"Resource": "*"
}
]
}