Get current user profile

Returns the profile information for the current user.

End-point

GET /sessions/currentUser

Possible Responses

HTTP StatusDescription

200

The operation completed successfully.

401

There is no session or the session is invalid.

Results Fields

FieldTypeDescription

result

UserProfile

Profile of the user.