Difference between revisions of "Active User Web Service"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
[[Category:FMR_REST_API_Reference]] | [[Category:FMR_REST_API_Reference]] | ||
= Overview = | = Overview = | ||
| − | The Active User web service can be used to | + | The Active User web service can be used by an authenticated user to return details of their account. |
Returns JSON describing: | 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 | ||
{| class="wikitable" | {| class="wikitable" | ||
Revision as of 09:23, 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/fusion/info/product |
| Access | Public |
| Http Method | GET |
| Response Format | application/json (array of objects) |
| Response Statuses | 200 - Query Ok
|
