Users > Me
The following endpoints retrieve data about the currently authenticated user.
Retrieves data about the authenticated user. Refer to the cols[]
parameter accepted values to get more information about the currently authenticated user.
Authorizations
Query parameters
includeInvitedOrgbooleanOptionalExample:
Set this parameter to true
if you want to get also the user roles in organizations with pending invitation. The default value is false
.
{"value":true}
colsstring[]OptionalExample:
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.
{"value":["id","name","email","language","timezoneId","localeId","countryId","features","avatar","timezone","locale","emailNotifications","usersAdminsRoleId","userOrganizationRoles","userTeamRoles","forceSetPassword","hasPassword","tfaEnabled","isAffiliatePartner"]}
Responses
200
Successful response
application/json
get
200
Successful response