Uploaded image for project: 'Red Hat 3scale API Management'
  1. Red Hat 3scale API Management
  2. THREESCALE-8248

Buyer accounts can not be suspended in the admin-portal

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • SaaS, 2.11.0 GA
    • System
    • False
    • False
    • Not Started
    • Not Started
    • Not Started
    • Not Started
    • Not Started
    • Not Started
    • Hide

      Use the Account update API endpoint on the Account Management API and pass the state parameter with either the value suspended/approved.

      curl -v  -X PUT "https://{ACCOUNT|TENANT_NAME}-admin.3scale.net/admin/api/accounts/{ACCOUNT_ID}.xml" -d 'access_token={ACCESS_TOKEN}&state={SUSPENDED/APPROVED}'
      
      Show
      Use the Account update API endpoint on the Account Management API and pass the state parameter with either the value suspended/approved . curl -v -X PUT "https: //{ACCOUNT|TENANT_NAME}-admin.3scale.net/admin/api/accounts/{ACCOUNT_ID}.xml" -d 'access_token={ACCESS_TOKEN}&state={SUSPENDED/APPROVED}'
    • Hide
      1. Login to the admin-portal
      2. Visit Audience -> Accounts -> Listing
      3. Select an approved account from the list
      4. Click on Suspend account button and press OK in the alert
      5. Throws and error alert "Cannot suspend developer account"
      Show
      Login to the admin-portal Visit Audience -> Accounts -> Listing Select an approved account from the list Click on Suspend account button and press OK in the alert Throws and error alert "Cannot suspend developer account"

      Admin users can not suspend buyer accounts.
      I have replicated the issue in both SaaS and on-prem 2.11

            Unassigned Unassigned
            rhn-support-cabeywar Chamal Abeywardhana
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: