{ "opencollection": "1.0.0", "info": { "name": "Oracle GoldenGate for Big Data REST Artifacts Users API", "version": "21.3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Oracle Goldengate List User Roles", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/authorizations" }, "docs": "Returns a list of available authorization roles." }, { "info": { "name": "Oracle Goldengate List Users for a Role", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/authorizations/:role", "params": [ { "name": "role", "value": "", "type": "path", "description": "Authorization role name" } ] }, "docs": "Returns a list of users assigned to a specific role." }, { "info": { "name": "Oracle Goldengate Bulk Create Users for a Role", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/services/v2/authorizations/:role", "params": [ { "name": "role", "value": "", "type": "path", "description": "Authorization role name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates multiple users with the specified role in a single operation." }, { "info": { "name": "Oracle Goldengate Retrieve a User", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/authorizations/:role/:user", "params": [ { "name": "role", "value": "", "type": "path", "description": "Authorization role name" }, { "name": "user", "value": "", "type": "path", "description": "Username" } ] }, "docs": "Returns details of a specific user." }, { "info": { "name": "Oracle Goldengate Create a User", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/services/v2/authorizations/:role/:user", "params": [ { "name": "role", "value": "", "type": "path", "description": "Authorization role name" }, { "name": "user", "value": "", "type": "path", "description": "Username" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new user with the specified role." }, { "info": { "name": "Oracle Goldengate Update a User", "type": "http" }, "http": { "method": "PATCH", "url": "https://{goldengate-host}:{port}/services/v2/authorizations/:role/:user", "params": [ { "name": "role", "value": "", "type": "path", "description": "Authorization role name" }, { "name": "user", "value": "", "type": "path", "description": "Username" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates properties of an existing user." }, { "info": { "name": "Oracle Goldengate Delete a User", "type": "http" }, "http": { "method": "DELETE", "url": "https://{goldengate-host}:{port}/services/v2/authorizations/:role/:user", "params": [ { "name": "role", "value": "", "type": "path", "description": "Authorization role name" }, { "name": "user", "value": "", "type": "path", "description": "Username" } ] }, "docs": "Deletes a user from the system." }, { "info": { "name": "Oracle Goldengate Retrieve Current User Information", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v2/currentuser" }, "docs": "Returns information about the currently authenticated user." }, { "info": { "name": "Oracle Goldengate Reset Current User Information", "type": "http" }, "http": { "method": "DELETE", "url": "https://{goldengate-host}:{port}/services/v2/currentuser" }, "docs": "Resets cached information for the current user." }, { "info": { "name": "Oracle Goldengate List Users for a Role", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v1/authorizations/:role", "params": [ { "name": "role", "value": "", "type": "path", "description": "Authorization role" } ] }, "docs": "Returns a list of all users assigned to a specific role." }, { "info": { "name": "Oracle Goldengate Retrieve a User", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/v1/authorizations/:role/:user", "params": [ { "name": "role", "value": "", "type": "path", "description": "Authorization role" }, { "name": "user", "value": "", "type": "path", "description": "Username" } ] }, "docs": "Returns details of a specific user in the given role." }, { "info": { "name": "Oracle Goldengate Create a User", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/services/v1/authorizations/:role/:user", "params": [ { "name": "role", "value": "", "type": "path", "description": "Authorization role" }, { "name": "user", "value": "", "type": "path", "description": "Username" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new user with the specified role for GGSA access." }, { "info": { "name": "Oracle Goldengate Update a User", "type": "http" }, "http": { "method": "PATCH", "url": "https://{goldengate-host}:{port}/services/v1/authorizations/:role/:user", "params": [ { "name": "role", "value": "", "type": "path", "description": "Authorization role" }, { "name": "user", "value": "", "type": "path", "description": "Username" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates user properties or role assignment." }, { "info": { "name": "Oracle Goldengate Retrieve All Users", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/admin/users" }, "docs": "Returns a list of all Veridata users." }, { "info": { "name": "Oracle Goldengate Create a User", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/services/admin/users", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Veridata user account." }, { "info": { "name": "Oracle Goldengate Retrieve a User", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/admin/users/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "User identifier" } ] }, "docs": "Returns the details of a specific user." }, { "info": { "name": "Oracle Goldengate Replace a User", "type": "http" }, "http": { "method": "PUT", "url": "https://{goldengate-host}:{port}/services/admin/users/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "User identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replaces user account details." }, { "info": { "name": "Oracle Goldengate Delete a User", "type": "http" }, "http": { "method": "DELETE", "url": "https://{goldengate-host}:{port}/services/admin/users/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "User identifier" } ] }, "docs": "Deletes a Veridata user account." }, { "info": { "name": "Oracle Goldengate Retrieve All User Groups", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/admin/usergroups" }, "docs": "Returns a list of all user groups." }, { "info": { "name": "Oracle Goldengate Create a User Group", "type": "http" }, "http": { "method": "POST", "url": "https://{goldengate-host}:{port}/services/admin/usergroups", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new user group with specified permissions." }, { "info": { "name": "Oracle Goldengate Retrieve a User Group", "type": "http" }, "http": { "method": "GET", "url": "https://{goldengate-host}:{port}/services/admin/usergroups/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "User group identifier" } ] }, "docs": "Returns the details of a user group." }, { "info": { "name": "Oracle Goldengate Replace a User Group", "type": "http" }, "http": { "method": "PUT", "url": "https://{goldengate-host}:{port}/services/admin/usergroups/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "User group identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replaces a user group configuration." }, { "info": { "name": "Oracle Goldengate Delete a User Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://{goldengate-host}:{port}/services/admin/usergroups/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "User group identifier" } ] }, "docs": "Deletes a user group." } ] } ], "bundled": true }