GET /api/externalsecuritygroupproviders
GET /api
Lists the authentication providers that support external group lookups and are currently enabled
Response
200 — The requested External Security Group Providers
IdstringIsRoleBasedbooleanLookupUristringNamestringSupportsGroupLookupboolean
Example Response
JSON
[
{
"Id": "string",
"IsRoleBased": false,
"LookupUri": "string",
"Name": "string",
"SupportsGroupLookup": false
}
]