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": true,
"LookupUri": "string",
"Name": "string",
"SupportsGroupLookup": true
}
]