Skip to main content

Get Identity Servers

This operation returns the details of SAML applications and domains in a CommCell environment. If you log in as a tenant user, then this operation returns the details of SAML applications and domains in the Company.

More Details

Responses

OK


Schema
  • identityServers object[]
  • serviceType integer
  • isConfigured boolean
  • isEnabled boolean
  • domainName string
  • IdentityServerId integer
  • IdentityServerName string
  • type integer
  • ownerCompany object
  • domainName string
  • id integer
GET /identityservers    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/IdentityServers' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'