Checks if the selected user is a product administrator with the ID specified in the request.
Name | Description | Type | Example |
productid
sent in body
|
Product ID | guid | 9924256A-739C-462b-AF15-E652A3B1B6EB |
userid
sent in body
|
User ID | guid | 9924256A-739C-462b-AF15-E652A3B1B6EB |
GET api/2.0/settings/security/administrator Host: yourportal.onlyoffice.com Content-Type: application/json Accept: application/json { "productid": "9924256A-739C-462b-AF15-E652A3B1B6EB", "userid": "9924256A-739C-462b-AF15-E652A3B1B6EB" }
Object with the user security information: product ID, user ID, administrator or not