{ "opencollection": "1.0.0", "info": { "name": "Oper Agent Documents User Management API", "version": "1.0" }, "items": [ { "info": { "name": "User Management", "type": "folder" }, "items": [ { "info": { "name": "api_user_management_application_users_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/user-management/application-users/", "params": [ { "name": "email", "value": "", "type": "query" }, { "name": "is_active", "value": "", "type": "query" }, { "name": "is_staff", "value": "", "type": "query" }, { "name": "is_superuser", "value": "", "type": "query" }, { "name": "verified", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Manage Application User by API" }, { "info": { "name": "api_user_management_application_users_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/user-management/application-users/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Manage Application User by API" }, { "info": { "name": "api_user_management_application_users_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/user-management/application-users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Application User." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Manage Application User by API" }, { "info": { "name": "api_user_management_application_users_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/user-management/application-users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Application User." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Manage Application User by API" }, { "info": { "name": "api_user_management_application_users_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/user-management/application-users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Application User." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Manage Application User by API" }, { "info": { "name": "api_user_management_application_users_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/user-management/application-users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Application User." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Manage Application User by API" }, { "info": { "name": "api_user_management_application_users_activate_super_admin_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/user-management/application-users/:id/activate-super-admin/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Application User." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Manage Application User by API" }, { "info": { "name": "api_user_management_application_users_deactivate_super_admin_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/user-management/application-users/:id/deactivate-super-admin/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this Application User." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Manage Application User by API" } ] } ], "bundled": true }