Update User Pool Client

POST {{aws_cognito_identity_provider_base_url}}/?Action=UpdateUserPoolClient

Request Params

KeyDatatypeRequiredDescription
ActionstringSet to code to initiate a code grant flow, which provides an authorization code as the response. This code can be exchanged for access tokens with the token endpoint.

Request Body

{"ClientId"=>"string", "UserPoolId"=>"string"}