Check a product administrator

GET /api/2.0/settings/security/administrator

Request

Checks if the selected user is a product administrator with the ID specified in the request.

Authorization

An API key is a token that you provide when making API calls. Include the token in a cookie parameter called asc_auth_key.

Example: asc_auth_key=864FE52C-1C1C-469F-9308-51DAFEFE7436.

Headers

Acceptenum of string

Can be one of: application/json, text/json, text/plain.

Query

productidstringformat: uuid

Product ID

useridstringformat: uuid

User ID

Examples

GET /api/2.0/settings/security/administrator?productid=06802df4-49da-4969-b055-f17ab36a9eb9&userid=57907d13-458c-4f99-8b02-9764d2065a6d HTTP/1.1
Accept: application/json
Host: example.com
curl --request GET \
  --url 'https://example.com/api/2.0/settings/security/administrator?productid=06802df4-49da-4969-b055-f17ab36a9eb9&userid=57907d13-458c-4f99-8b02-9764d2065a6d' \
  --header 'Accept: application/json'

Responses

200

Object with the user security information: product ID, user ID, administrator or not

401

Unauthorized

Get Help

  • If you have any questions about ONLYOFFICE DocSpace, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).