Click or drag to resize
SalesForceClientGetUserInfo Method
Retrieves the SalesForce user info specified by the passed sessionId.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
Syntax
C#
public GetUserInfoResult GetUserInfo(
	string sessionId
)

Parameters

sessionId
Type: SystemString
The session associated with the user.

Return Value

Type: GetUserInfoResult
A SalesForce user.
See Also