Get Caller Identity
GET {{aws_security_token_service_aws_sts_base_url}}/?Account&Arn&UserId&Version=2011-06-15
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Account | null | The AWS account ID number of the account that owns or contains the calling entity. | |
Arn | null | The AWS ARN associated with the calling entity. | |
UserId | null | The unique identifier of the calling entity. The exact value depends on the type of entity that is making the call. The values returned are those listed in the aws:userid column in the Principal table found on the Policy Variables reference page in the IAM User Guide. | |
Version | string | The version of the API. |