identitystore_update_user {paws.security.identity} | R Documentation |
For the specified user in the specified identity store, updates the user metadata and attributes
Description
For the specified user in the specified identity store, updates the user metadata and attributes.
See https://www.paws-r-sdk.com/docs/identitystore_update_user/ for full documentation.
Usage
identitystore_update_user(IdentityStoreId, UserId, Operations)
Arguments
IdentityStoreId |
[required] The globally unique identifier for the identity store. |
UserId |
[required] The identifier for a user in the identity store. |
Operations |
[required] A list of |
[Package paws.security.identity version 0.7.0 Index]