Skip to main content

Get current user details

GET 

/users/current

This endpoint returns details for the currently authenticated user. If the API token used to authenticate to the API is not associated with a user, this method will return an error.

Request

Responses

This endpoint returns details for the currently authenticated user. If the API token used to authenticate to the API is not associated with a user, this method will return an error.

Schema

    user

    object

    required

    id string
    first_name string
    last_name string
    avatar_url string

    organizations

    object[]

    required

  • Array [

  • id string
    name string
    sub_domain string
  • ]

  • api_token_id stringnullablerequired
Loading...