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 token.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the app
User ID to retrieve. If not provided, users JWT token
Successful Response
The response is of type object
.