JavaScript
users
Get User
Get a User by ID
If user_id is provided as a query parameter, it uses that (must match JWT app_id). Otherwise, it uses the user_id from the JWT.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the app
Query Parameters
User ID to retrieve. If not provided, uses JWT