I’ve been working on retrieving information from a Ruckus controller using the REST API on my VPS.
Here’s what I did:
I selected the username that belongs to the super-admin group.
I successfully obtained the login cookies using this username and password (I confirmed I can log in via the controller web UI).
Using these cookies, I can successfully access the /domains endpoint.
However, when I try to access the /aps endpoint, I receive the following error:
{"message":"Permission denied (Access is denied)","errorCode":211,"errorType":"Lack of admin privilege"}Even though I’m using a super-admin account, the controller still reports that I lack admin privileges.Does anyone know why this happens and how to resolve it?



