Adds admins to a site or modifies access permissions of site admins.
PUT {{baseUrl}}/api/console/gsm/:gsmKey/sites/:siteId/admins
NOTE: Depending on the number of permission changes made, these modifications may take up to a few minutes to be processed and reflected by other API calls accordingly.
NOTE: Creating new admin users can only be done interactively via the SecureAnywhere Website. This API method allows adding existing GSM admins to the list of admins of a site, or modifying access permissions of already set up site admins. To get information about available admins, either query the list of admins on the GSM console (see here) or the list of admins on a site (see here).
Request Body
{"Admins"=>[{"UserId"=>"98dac335-c468-4153-88d9-9b1393100dfc", "AccessLevel"=>128}, {"UserId"=>"eb9b6f8e-1d6d-4371-b466-5d3b81194b36", "AccessLevel"=>128}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |