aws.identitystore.get_user_id
Example SQL Queries
SELECT * FROMaws.identitystore.get_user_idWHERE"identity_store_id" = 'VALUE'AND "alternate_identifier" = 'VALUE';Description
Retrieves the UserId in an identity store.
If you have administrator access to a member account, you can use this API from the member account. Read about member accounts in the Organizations User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| alternate_identifier Required Input Column A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For the unique attribute, the only valid paths are userName and emails.value. | STRUCT( |
Show child fields
| |
| identity_store_id Required Input Column The globally unique identifier for the identity store. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| user_id The identifier for a user in the identity store. | VARCHAR |