Read Self
POST/user-svc/self
Retrieves user information based on the authentication token in the request header. Typically called by single-page applications during the initial page load. While some details (such as roles, slug, user ID, and active organization ID) can be extracted from the JWT, this endpoint returns additional data, including the full user object and associated organizations.
Request
Responses
- 200
- 400
- 500
OK
Token Missing
Internal Server Error