Update User
| identitystore_update_user | R Documentation |
Updates the specified user metadata and attributes in the specified identity store¶
Description¶
Updates the specified user metadata and attributes in the specified identity store.
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 |
Value¶
An empty list.
Request syntax¶
svc$update_user(
IdentityStoreId = "string",
UserId = "string",
Operations = list(
list(
AttributePath = "string",
AttributeValue = list()
)
)
)