Get my user
GET/users/me/
Retrieve the Current User.
This endpoint returns the details of the currently authenticated user. It supports both human and machine users by returning either a User or a ServiceAccount model representation.
Response:​
- 200 OK: Returns the current user's details.
- 401 Unauthorized: If the user is not authenticated.
🔒 Authentication​
This endpoint require a valid OAuth2 Bearer
Responses​
- 200
Successful Response