Example of Get User Profile Service

Consider the following example where user with cookie "JSESSIONID=MfDshWaTXBoHtCcsoyaRQYOz" is currently logged in or not to the repository named "Company".

Example - Request

Cookie: JSESSIONID=MfDshWaTXBoHtCcsoyaRQYOz;

Example - Response

The response returns the message that the user is a invalid user.

{
  "sessionId": "v7mgIZn4jTNpotTnneN7oiQ6.undefined",
  "errorCode": "",
  "errorMessage": "",
  "result":    {
     "severity": "Info",
     "code": "SVC-11344",
     "desciption":       {
        "lang": "English",
        "message": "Valid User"
     }
  }
}