Get a user profile
GET/userApi/userDetails
Gets the current user profile for the authenticated user.
Responses
- 200
- 401
- 403
Returns the current user profile and organization settings.
Unauthorized. Missing, invalid, or expired token.
Forbidden. Not enough permissions.