Get an end user by id (server-side admin)
GET/auth/users/:user_id
Secret-key-scoped fetch of a single end user by id within the authenticating application. Scoped to the application — a caller can never read a user belonging to another application.
Request
Responses
- 200
- 400
- 404
- 500
User retrieved
Invalid user_id format
User not found
Internal server error