Difference between revisions of "Active User Web Service"
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
=Example= | =Example= | ||
− | [[File: | + | [[File:ActiveUserJSON.PNG]] |
Revision as of 09:24, 18 March 2021
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
|