Aruba Central

 View Only
last person joined: 4 days ago 

I can't create a guest user through the Aruba Central API.

This thread has been viewed 0 times
  • 1.  I can't create a guest user through the Aruba Central API.

    Posted 2 hours ago

    Hi everyone,

    I'm working with the following endpoint: guest/v1/portals/{portal_id}/visitors to create a guest user on the network. However, I can't create it because I only get a 500 error without any further details.

    Here is the JSON body I am testing. I have modified it many times, but when making the request, there is no clear response.

    {
      "name": "string",
      "id": {},
      "company_name": {},
      "user": {
        "phone": {},
        "email": {}
      },
      "is_enabled": true,
      "valid_till_no_limit": false,
      "valid_till_days": 1,
      "valid_till_hours": 0,
      "valid_till_minutes": 0,
      "notify": false,
      "notify_to": "email",
      "password": {},
      "status": true,
      "created_at": {},
      "expire_at": {}
    }

    I look forward to your comments.