UserProfile
findLogonInfoByUser
Returns information about the user's authentications.
POST /api/v5/userProfile/findLogonInfoByUser
Request object
{
"UserId": "string",
"AccessToken": "string",
"ApplicationId": "string"
}
Response object
{
"UserId": "xxxx\_000000-0000-0000-0000-00000000000",
"ApplicationId": "Native Enroller",
"LogonDate": "2022-05-04T10:54:05.821+03:00",
"ModeId": "000000-0000-0000-0000-00000000000"
}
in the response object:
UserId— internal identifier of the user;ApplicationId— identifier of the application that was logged into;LogonDate— date and time of login;ModeId— identifier of the login method.