Art-of-WiFi / UniFi-API-client

A PHP API client class to interact with Ubiquiti's UniFi Controller API
MIT License
1.09k stars 217 forks source link

Add Admins? #173

Closed smegoff closed 1 year ago

smegoff commented 1 year ago

Hello!

Thanks for the time you put into this project.

I have been looking through the APIs, however I am unable to find anything that will allow you to create an admin for a site?

When you are using a hosted controller, and have many sites, adding a single admin to all those sites is a real PITA.

Cheers

Sean

malle-pietje commented 1 year ago

Did you try this out? https://github.com/Art-of-WiFi/UniFi-API-client/blob/master/src/Client.php#L1756

smegoff commented 1 year ago

Hah - you know what, I found that just after I posted. :-)

Typical.

Cheers!