{ "opencollection": "1.0.0", "info": { "name": "Dataiku API Node Administration Artifact Sign-Offs Users API", "version": "13.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Dataiku List Govern users", "type": "http" }, "http": { "method": "GET", "url": "https://{apinode-host}:{port}/admin/api/users" }, "docs": "List all users in the Govern instance." }, { "info": { "name": "Dataiku List users", "type": "http" }, "http": { "method": "GET", "url": "https://{apinode-host}:{port}/admin/api/admin/users" }, "docs": "List all users on the DSS instance." }, { "info": { "name": "Dataiku Create a user", "type": "http" }, "http": { "method": "POST", "url": "https://{apinode-host}:{port}/admin/api/admin/users", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new user on the DSS instance." }, { "info": { "name": "Dataiku Get user details", "type": "http" }, "http": { "method": "GET", "url": "https://{apinode-host}:{port}/admin/api/admin/users/:login", "params": [ { "name": "login", "value": "", "type": "path", "description": "User login name" } ] }, "docs": "Get the details of a specific user." }, { "info": { "name": "Dataiku Update a user", "type": "http" }, "http": { "method": "PUT", "url": "https://{apinode-host}:{port}/admin/api/admin/users/:login", "params": [ { "name": "login", "value": "", "type": "path", "description": "User login name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the details of a user." }, { "info": { "name": "Dataiku Delete a user", "type": "http" }, "http": { "method": "DELETE", "url": "https://{apinode-host}:{port}/admin/api/admin/users/:login", "params": [ { "name": "login", "value": "", "type": "path", "description": "User login name" } ] }, "docs": "Delete a user from the DSS instance." } ] } ], "bundled": true }