v1
latestOpenAPI 3.0.02026-07-23620132.5 KBUsers / Me
Current user data
Retrieves data about the authenticated user. Refer to the cols[] parameter accepted values to get more information about the currently authenticated user.
get/users/me
Query parameters
includeInvitedOrgboolean
Set this parameter to true if you want to get also the user roles in organizations with pending invitation. The default value is false.
cols[]string[]
Specifies columns that are returned in the response. Use the cols[] parameter for every column that you want to return in the response. For example GET /endpoint?cols[]=key1&cols[]=key2 to get both key1 and key2 columns in the response.
Check the "Filtering" section for a full example.
Response
Successful response