identitystore_describe_user {paws.security.identity} | R Documentation |
Retrieves the user metadata and attributes from the UserId in an identity store
Description
Retrieves 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.
Usage
identitystore_describe_user(IdentityStoreId, UserId)
Arguments
IdentityStoreId |
[required] The globally unique identifier for the identity store, such as
|
UserId |
[required] The identifier for a user in the identity store. |
[Package paws.security.identity version 0.9.0 Index]