Get a user
GET/tap/api/v1/users/:userId
Returns a user by numeric ID or email address. Allowed for an admin or the user themselves.
Request
Responses
- 200
- 401
- 403
- 404
The requested user.
The user is not authorized to access this resource.
The caller does not have privileges to view this user.
No user exists with the given identifier.