Show User
GET/api/users/:user
Returns a single user by ID.
Tenant scoping: Returns 404 if the user is not a member of the current tenant. The users table is on the central connection, so route model binding would otherwise resolve any user ID system-wide.
Authentication: Requires Bearer token.
Request
Responses
- 200
Successful response