Update User Attributes

POST {{aws_cognito_identity_provider_base_url}}/?Action=UpdateUserAttributes

Request Params

KeyDatatypeRequiredDescription
ActionstringThe access token for the request to update user attributes.

Request Body

{"AccessToken"=>"string", "ClientMetadata"=>{"string"=>"string"}, "UserAttributes"=>[{"Name"=>"string", "Value"=>"string"}]}