Retrieving User Information for Authenticated Web User

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"	
	}
}
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.