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.
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
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}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","hasAddedApp","supportEligible"]}Successful response
Successful response
Returns current authorization information for the authenticated user including scope and authentication method used.
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
Successful response
Successful response
Retrieves organization invitations of the currently authenticated user.
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
Successful response
Successful response
Last updated

