GET Auth Providers
Returns a list of supported authentication providers. You can use these providers with the sessions API.
Request
URI
GET
https://{api_host}/api/v2/auth-providers
COPY
Responses
200
{
"providers": [
"Local",
"ActiveDirectory"
]
}
array of
string
providers
Optional
providers
503
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v2/auth-providers
Auth Providers Operations
GET
GET Auth Providers