Get And Set Updated User
Contrary to the endpoint /v1/post-registration, where we send a user, when we call this endpoint we will fetch Auth0 to retrieve an updated version of the user, and update it in our database.
This has the advantage that we only need to know the user’s email, as oposed to having Auth0 sending the full object.
GET
Query Parameters
Available options:
true
, false
Response
200
application/json
The response is of type any
.
Was this page helpful?