Skip to main content

User details

GET 

/v0/users/me

Get user details of the authenticated user.

Responses

End user details

Schema

    userId stringrequired

    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 booleanrequired

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

    hasActiveSubscription booleannullable

    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 stringnullable

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

Loading...