Retrieves the user metadata and attributes from the UserId in an identity store
Source:R/identitystore_operations.R
identitystore_describe_user.RdRetrieves the user metadata and attributes from the UserId in an identity store.
See https://www.paws-r-sdk.com/docs/identitystore_describe_user/ for full documentation.
Arguments
- IdentityStoreId
[required] The globally unique identifier for the identity store, such as
d-1234567890. In this example,d-is a fixed prefix, and1234567890is a randomly generated string that contains numbers and lower case letters. This value is generated at the time that a new identity store is created.- UserId
[required] The identifier for a user in the identity store.
- Extensions
A collection of extension names indicating what extensions the service should retrieve alongside other user attributes.
aws:identitystore:enterpriseis the only supported extension name.