Admin Disable Provider For User
POST {{aws_cognito_identity_provider_base_url}}/?Action=AdminDisableProviderForUser
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | The user to be disabled. |
Request Body
{"User"=>{"ProviderAttributeName"=>"string", "ProviderAttributeValue"=>"string", "ProviderName"=>"string"}, "UserPoolId"=>"string"}