GetUser
GET/v1/users/:user_id
GetUser resolves a single user_id to its directory entry (email + name). This is the attribution/display lookup that per-user insights/usage views need: those views key data by the opaque authn.user.id, and this maps that id back to a named person. It is a directory lookup only -- not identity propagation or authorization, and callers must not read the auth DB directly.
Request
Responses
- 200
Success