Skip to main content

User details

GET /v0/users/me

Get user details of the authenticated user.

Responses

End user details

Schema
  • userId string required

    is the userId given in the User Token if not ES Connect authenticated or the ES Connect user id if user is authenticated against ES Connect.

  • esConnect boolean required

    is false for a not ES Connect authenticated user but is true for a ES Connect authenticated user.

  • hasActiveSubscription boolean nullable

    is true if the user has an active subscription but is false if the user has no active subscription. Returns null if the user is not ES Connect authenticated.

  • email string nullable

    email value will present only for the Epidemic Sound users and will be null otherwise

Loading...