Developer

 View Only
  • 1.  WIFI GUEST USER FROM REST API ARUBA CENTRAL Portal ID String

    Posted Nov 21, 2025 07:21 PM
    Hello everyone, I am trying to create guest users via the API in Aruba Central. However, I keep getting an error message.
    {
      "description": "Portal is not found , id : test",
      "error_code": 404,
      "service": "Guest"
    }
     
    What is portal_id string? The splash page name?
     
    Thanks,
    Bastian


    -------------------------------------------


  • 2.  RE: WIFI GUEST USER FROM REST API ARUBA CENTRAL Portal ID String

    Posted Nov 27, 2025 01:37 AM

    Hi Bastian,

    You are using old or new Aruba Central API ?

    What call API do you are try to use ?



    ------------------------------
    PowerArubaSW : Powershell Module to use Aruba Switch API for Vlan, VlanPorts, LACP, LLDP...

    PowerArubaCP: Powershell Module to use ClearPass API (create NAD, Guest...)

    PowerArubaCL: Powershell Module to use Aruba Central

    PowerArubaCX: Powershell Module to use ArubaCX API (get interface/vlan/ports info)..

    ACEP / ACMX #107 / ACDX #1281
    ------------------------------



  • 3.  RE: WIFI GUEST USER FROM REST API ARUBA CENTRAL Portal ID String

    Posted Nov 27, 2025 08:04 AM

    Use the https://{api-base-url}/guest/v1/portals endpoint to get the ID of your guest portal and then use that guest id. It looks like you are using "test" in place of the actual portals ID. 

    -------------------------------------------



  • 4.  RE: WIFI GUEST USER FROM REST API ARUBA CENTRAL Portal ID String

    Posted Jan 28, 2026 08:16 AM

    To create a Wi-Fi guest user via the Aruba Central REST API, you need to use the POST method to the Guest API endpoint with the necessary visitor details in the request body. The "Portal ID String" likely refers to the specific guest access splash page profile you have configured.

    -------------------------------------------