Skip to main content

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

User profile retrieved