[This is preliminary documentation and is subject to change.]

Get Person details about the person logged in with a particular authentication token

Namespace: QPulseWebServices.Contracts.Service
Assembly: QPulseWebServices (in QPulseWebServices.dll) Version: 2.0.2.70

Syntax

C#
Person GetLoggedInPersonDetails(
	string token
)

Parameters

token
Type: System..::..String
An authentication token previously requested from the Core service.

Return Value

[Missing <returns> documentation for "M:QPulseWebServices.Contracts.Service.ICore.GetLoggedInPersonDetails(System.String)"]

Remarks

REST Availability: Supports HTTP POST

See Also