Feature Location: The login verification URL feature is found under Settings > Users > Login verification URL in AiX.
Functionality: This feature allows AiX to authenticate and automatically log in users from an external source.
Expected JSON Response:
{
"first_name": "John",
"last_name": "Doe",
"email": "[email protected]",
"profile_image": "<https://aix.rpaix.com/user.svg>",
"department": null,
"password": "",
"details": [
{
"slug": "location",
"name": "Location",
"value": "Sacramento, United States"
},
{
"slug": "country_code",
"name": "Country code",
"value": "America/Sacramento"
}
...
]
}
first_name
value is required.