Skip to main content

Get Identity Servers

Get identity servers list

Responses

OK


Schema
  • identityServers object[]

    Identity servers list

  • id int32

    Identity server id

  • name string

    Identity server name

  • type string

    Possible values: [SAML, ACTIVE_DIRECTORY, APPLE_DIRECTORY_SERVICE, ORACLE_DIRECTORY, OPEN_LDAP, LDAP_SERVER, OTHER]

    Identity server service type in Enum string

  • samlType string

    Possible values: [UNKNOWN, AZURE, ADFS, OKTA]

    Name of the IdP. Available only if type is SAML.

  • company object
  • id int32
  • name string
  • configured boolean

    Boolean to indicate whether Identity server is configured.

GET /v4/identityservers    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
curl -L -X GET 'https://localhost/webconsole/api/V4/IdentityServers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'