Get portal capabilities
GET /api/2.0/capabilities
Request
Returns the information about portal capabilities.
Headers
- Accept
enum of string
Can be one of:
application/json
,text/json
,text/plain
.
Examples
GET /api/2.0/capabilities HTTP/1.1
Accept: application/json
Host: example.com
curl --request GET \
--url https://example.com/api/2.0/capabilities \
--header 'Accept: application/json'
Responses
200
Portal capabilities
- ldapEnabled
boolean
Specifies if the LDAP settings are enabled or not
- ldapDomain
string
Ldap domain
- providers
array of unknown
List of providers
- ssoLabel
string
SP login label
- oauthEnabled
boolean
Specifies if OAuth is enabled or not
- ssoUrl
string
uri SSO URL. If this parameter is empty, then the SSO settings are disabled