Admin Remove User From Group
POST {{aws_cognito_identity_provider_base_url}}/?Action=AdminRemoveUserFromGroup
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | The group name. |
Request Body
{"GroupName"=>"string", "Username"=>"string", "UserPoolId"=>"string"}