{ "opencollection": "1.0.0", "info": { "name": "NVIDIA Run:ai Access Keys Users API", "version": "latest" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get users.", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/users", "params": [ { "name": "filter", "value": "runai.is_local:true", "type": "query", "description": "Filter results by user attribute." }, { "name": "filterBy", "value": "", "type": "query", "description": "Filter results by a parameter. Use the format field-name operator value. Operators are <= Less than or equal, >= Greater than or equal, =@ contains. Dates are in ISO 8601 timestamp format and available for operators <=, >= and ==." }, { "name": "sortBy", "value": "", "type": "query", "description": "Sort results by a parameters." }, { "name": "sortOrder", "value": "", "type": "query", "description": "Sort results in descending or ascending order." }, { "name": "offset", "value": "", "type": "query", "description": "The offset of the first item returned in the collection." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of entries to return." }, { "name": "search", "value": "", "type": "query", "description": "Filter results by a free text search." } ] }, "docs": "Retrieve a list of platform users." }, { "info": { "name": "Create a local user.", "type": "http" }, "http": { "method": "POST", "url": "https://app.run.ai/api/v1/users", "body": { "type": "json", "data": "{}" } }, "docs": "Use to create a local platform user." }, { "info": { "name": "Count users", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/users/count", "params": [ { "name": "filterBy", "value": "", "type": "query", "description": "Filter results by a parameter. Use the format field-name operator value. Operators are <= Less than or equal, >= Greater than or equal, =@ contains. Dates are in ISO 8601 timestamp format and available for operators <=, >= and ==." }, { "name": "search", "value": "", "type": "query", "description": "Filter results by a free text search." } ] }, "docs": "count users" }, { "info": { "name": "Logout a user.", "type": "http" }, "http": { "method": "POST", "url": "https://app.run.ai/api/v1/users/:userId/logout", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The id of the user" } ] }, "docs": "Use to force a user to logout." }, { "info": { "name": "Reset a user's password.", "type": "http" }, "http": { "method": "POST", "url": "https://app.run.ai/api/v1/users/:userId/password", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The id of the user" } ] }, "docs": "Use to to reset a user's password." }, { "info": { "name": "Get a user by id.", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The id of the user" } ] }, "docs": "Retrieve a user's details by id." }, { "info": { "name": "Delete a user by id.", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.run.ai/api/v1/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The id of the user" } ] }, "docs": "Use to delete a user by id." }, { "info": { "name": "change user password", "type": "http" }, "http": { "method": "POST", "url": "https://app.run.ai/api/v1/me/password", "body": { "type": "json", "data": "{}" } }, "docs": "change user password" } ] } ], "bundled": true }