GET Auth Providers

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
Authentication
This operation uses the following authentication methods.
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