paws.security.identity (version 0.1.0)

cognitoidentityprovider_update_user_attributes: Allows a user to update a specific attribute (one at a time)

Description

Allows a user to update a specific attribute (one at a time).

Usage

cognitoidentityprovider_update_user_attributes(UserAttributes,
  AccessToken)

Arguments

UserAttributes

[required] An array of name-value pairs representing user attributes.

For custom attributes, you must prepend the custom: prefix to the attribute name.

AccessToken

[required] The access token for the request to update user attributes.

Request syntax

svc$update_user_attributes(
  UserAttributes = list(
    list(
      Name = "string",
      Value = "string"
    )
  ),
  AccessToken = "string"
)