/
Retrieving User Information for Authenticated Web User

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

Related content

Authentication with Aptify Services API
Authentication with Aptify Services API
More like this
Configuring Web User Authentication
Configuring Web User Authentication
More like this
Configuring Web User Authentication
Configuring Web User Authentication
Read with this
Retrieving User Information for Authenticated Web User
Retrieving User Information for Authenticated Web User
More like this
Aptify Views with Aptify Services API
Aptify Views with Aptify Services API
Read with this
Authentication with Aptify Services API
Authentication with Aptify Services API
More like this

Copyright © 2014-2019 Aptify - Confidential and Proprietary