Update User Attributes
POST {{aws_cognito_identity_provider_base_url}}/?Action=UpdateUserAttributes
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | The access token for the request to update user attributes. |
Request Body
{"AccessToken"=>"string", "ClientMetadata"=>{"string"=>"string"}, "UserAttributes"=>[{"Name"=>"string", "Value"=>"string"}]}