Get portal capabilities
GEThttps://localhost:8092/api/2.0/capabilities/
Returns the information about portal capabilities.
Responses
- 200
Portal capabilities
- application/json
- Schema
- Example (auto)
Schema
LdapEnabledboolean
Example:
false
OauthEnabledboolean
Example:
google,facebook,twitter,linkedin,mailru,vk,yandex,gosuslugi
Providersstring[]
SsoLabelstring
Example:
SsoUrlstring
Example:
{
"LdapEnabled": "false",
"OauthEnabled": "google,facebook,twitter,linkedin,mailru,vk,yandex,gosuslugi",
"Providers": [
"string"
],
"SsoLabel": "",
"SsoUrl": ""
}
- curl
- python
- javascript
- php
- csharp
- java
- CURL
curl -L 'https://api.onlyoffice.com/api/2.0/capabilities/' \
-H 'Accept: application/json'
ResponseClear