Get user details
GET/v1/users/:userId
Returns the profile of the user. Use me as the userId to get details
for the currently authenticated user. The endpoint has no API Gateway
authorizer (authorizer type NONE); the OIDC access token is presented as
a Bearer token and validated in-handler against the provider's public keys.
Request
Responses
- 200
- 401
- 404
- 500
User profile retrieved
Unauthorized - Invalid or missing authentication
User not found
Internal server error