Endpoint
To retrieve information about the currently authenticated Web User use the user Information endpoint. It is more efficient than authentication and will provide the current token if already authenticated.
| Cached? | No |
URL
https://<service base>/UserInformation
| Method | GET |
Response Body (Authenticated)
{
result: "ok",
userInfo: {
UserId: 1,
UserName: "UserName",
Email: "name@email.com",
FirstName: "Firstname",
LastName: "Lastname",
Title: "Title",
LinkId: 2
CompanyId: 3
TokenId: "abcdefg",
Server: "server",
Database: "Aptify",
AptifyUserID: 4,
AptifyUser: "AptifyUserName"
}
}
Comments
Please sign in to leave a comment.