Authenticated User Resource

Get the User object representing the authenticated user.

GET /self

Get the User object representing the authenticated user.

Request Parameters
name type description default constraints
description_format query The desired format for the User description. Can be "html" or "text". text  
include_attachments query Whether to include attachments in the returned User object. true boolean
include_groups query Whether to include the groups the user belongs to in the response. false boolean
include_mobile_devices query Whether to include the mobile devices associated with the user in the response. false boolean
Response Body
media type data type description
application/json User (JSON) The authenticated User object
application/xml user (XML)