get https://clearpass-hostname/api/auth-method
Get a list of authentication methods.
Responses
Get a list of authentication methods.
xxxxxxxxxx
curl --request GET \
--url 'https://clearpass-hostname/api/auth-method?filter=%7B%7D&sort=%2Bid&offset=0&limit=25&calculate_count=false' \
--header 'Authorization: Bearer <TOKEN>' \
--header 'accept: application/json'