Difference between revisions of "Active User Web Service"
Jump to navigation
Jump to search
(Created page with "Category:WebService = Overview = The Active User web service can be used by an authenticated user to return details of their account. Returns JSON describing: * Root user...") |
|||
Line 27: | Line 27: | ||
=Example= | =Example= | ||
− | [[File:ActiveUserJSON. | + | [[File:ActiveUserJSON.png]] |
Latest revision as of 08:11, 2 August 2023
Overview
The Active User web service can be used by an authenticated user to return details of their account.
Returns JSON describing:
- Root user permissions (if any)
- Admin permissions (if any)
- User name
- Registered email address
- Modify permissions
- SDMX Data Consumer organisation membership
- SDMX Data Provider organisation membership
- SDMX Agency membership
Entry Point | /ws/public/currentuser/user |
Access | Public |
Http Method | GET |
Response Format | application/json (array of objects) |
Response Statuses | 200 - Query Ok
|