=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml' --- src/docbkx/en/dhis2_user_man_web_api.xml 2014-06-24 19:25:41 +0000 +++ src/docbkx/en/dhis2_user_man_web_api.xml 2014-06-26 15:29:25 +0000 @@ -4331,7 +4331,7 @@
- User information and associations + Current user information and associations In order to get information about the currently authenticated user and its associations to other resources you can work with the me resource (you can also refer to it by its old name currentUser). The current user related resources gives your information which is useful when building clients for instance for data entry and user management. The following describes these @@ -4348,6 +4348,8 @@ role="italic">GET to retrieve profile and POST to update profile (the exact same format is used): /api/me/user-account + Returns the set of authorities granted to the current user: + /api/me/authorization Returns true or false, indicating whether the current user has been granted the given <auth> authorization: /api/me/authorization/<auth>