Session User
Returns the userId of the calling user.
Header parameters
sessionTokenstringRequired
Session authentication token.
Responses
200
OK
application/json
User record version 2
idinteger · int64OptionalExample:
7696581394433emailAddressstring · emailOptionalExample:
[email protected]firstNamestringOptionalExample:
SymphonylastNamestringOptionalExample:
AdmindisplayNamestringOptionalExample:
Symphony AdmintitlestringOptionalExample:
AdministratorcompanystringOptionalExample:
AcmeusernamestringOptionalExample:
[email protected]locationstringOptionalExample:
CaliforniaaccountTypestring · enumOptionalExample:
NORMALPossible values: workPhoneNumberstringOptionalExample:
Note: only available if the application has the extended user or contact permission
+33901020304mobilePhoneNumberstringOptionalExample:
Note: only available if the application has the extended user or contact permission
+33601020304jobFunctionstringOptionalExample:
Note: only available if the application has the extended user or contact permission
SalesdepartmentstringOptionalExample:
Note: only available if the application has the extended user or contact permission
APIsdivisionstringOptionalExample:
Note: only available if the application has the extended user or contact permission
Partnershipsrolesstring[]OptionalExample:
["INDIVIDUAL","SUPER_ADMINISTRATOR"]400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
get
/v2/sessioninfoLast updated
Was this helpful?