ExternalAuthentication
External Authentication
Return external authentication links
This function lists the external authentication links to the current cPanel account.
get/ExternalAuthentication/get_authn_links
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "get_authn_links",
"module": "ExternalAuthentication",
"result": {
"data": [
{
"link_time": 1443124604,
"preferred_username": "username@gmail.com",
"provider_id": "google",
"provider_protocol": "openid_connect",
"subject_unique_identifier": 123456789012346
}
],
"status": 1
}
}