Let the platform do the work

/me PUT

Overview

Returns the current user object.

Request Arguments

This endpoint does not accept any request arguments.

Response Arguments

Response User Example

{
   "current_user":{
      "type":"user",
      "id":"1",
      "full_name":"Administrator",
      "timepref":"h:ia",
      "timezone":"America/Los_Angles",
      "user_name":"admin"
   }
}

Response Portal User Example

{
   "current_user":{
      "type":"support_portal",
      "id":"1234-567",
      "user_id":"abcd-123",
      "full_name":"Bill Williamson",
      "timepref":"h:ia",
      "timezone":"America/Denver",
      "user_name":"SupportPortalApi"
   }
}

Change Log

Version Change
v10 Added /me PUT endpoint.