Who am I?
GET/iam/whoami
JSON-RPC
iam.whoami
The method returns information about currently authorized user:
- general user details
- default module to load
- permissions
- localization settings
- system version (temporary)
Request​
Responses​
- 200
- 400
- 401
- 404
- 422
- 500
Object containing user details, default module, permissions, and preferences.
The request contains invalid arguments or is malformed
Access is not authorized
Requested object was not found
A logical error occurred, making the request unprocessable
An unexpected error occurred