Admin Update User Attributes
POST {{aws_cognito_identity_provider_base_url}}/?Action=AdminUpdateUserAttributes
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers. |
Request Body
{"ClientMetadata"=>{"string"=>"string"}, "UserAttributes"=>[{"Name"=>"string", "Value"=>"string"}], "Username"=>"string", "UserPoolId"=>"string"}