If you have a comment on this topic, contact Aptify Documentation. If you want to return to the Aptify Community Site, please click here.

Retrieving User Information for Authenticated Web User

Endpoint

To retrieve information about the currently authenticated Web User use the userInformation endpoint.  It is more efficient than authentication and will provide the current token if already authenticated.

Cached?No
URL
https://<service base>/UserInformation
MethodGET

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"	
	}
}

Copyright © 2014-2017 Aptify - Confidential and Proprietary