Users

Retrieve my user

Retrieve details of the account that you are using to access the API.

get/api/current-user/whoami

Response

active_organizationinteger nullable
active_organization_metaobject required
allow_newslettersboolean nullable

Allow sending newsletters to user

avatarstring nullable required
{"stackTrail":"components:schemas:WhoAmIUser:properties:custom_hotkeys","oasType":"schema","type":"unknown","description":"Custom keyboard shortcuts configuration for the user interface","nullable":true}
date_joinedstring date-time
emailstring email
first_namestring
idinteger required
initialsstring required
last_activitystring date-time required
last_namestring
pauseobject nullable required
permissionsstring[] required
phonestring
social_accountsobject[] required
usernamestring required

Changes

Changed in 3 of the 97 revisions of this API.105

    • added the required property org_membership/items/flex to the response with the 200 status

      response-required-property-added

    • added the required property org_membership/items/user_type to the response with the 200 status

      response-required-property-added

    • added the required property organization_membership/allOf[OrganizationMembership]/flex to the response with the 200 status

      response-required-property-added

    • added the required property organization_membership/allOf[OrganizationMembership]/user_type to the response with the 200 status

      response-required-property-added

    • the response property avatar became nullable for the status 200

      response-property-became-nullable

    • the response property lse_fields/allOf[WhoAmILseFields]/invite_expired became nullable for the status 200

      response-property-became-nullable

    • the response property lse_fields/allOf[WhoAmILseFields]/invite_expired_at became nullable for the status 200

      response-property-became-nullable

    • the response property pause became nullable for the status 200

      response-property-became-nullable

    • the active_organization_meta response's property type/format changed from string/ to object/ for status 200

      response-property-type-changed

    • the lse_fields/allOf[WhoAmILseFields]/email_notification_settings response's property type/format changed from string/ to object/ for status 200

      response-property-type-changed

    • the lse_fields/allOf[WhoAmILseFields]/invite_expired response's property type/format changed from string/ to boolean/ for status 200

      response-property-type-changed

    • the org_membership/items/active response's property type/format changed from string/ to boolean/ for status 200

      response-property-type-changed

    • the organization_membership/allOf[OrganizationMembership]/active response's property type/format changed from string/ to boolean/ for status 200

      response-property-type-changed

    • the pause response's property type/format changed from string/ to object/ for status 200

      response-property-type-changed

    • added the required property social_accounts to the response with the 200 status

      response-required-property-added

Of the 97 revisions, 1 has no diff computed.