{ "opencollection": "1.0.0", "info": { "name": "Smokeball Activity Codes Users API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.smokeball.com/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieves a specified user." }, { "info": { "name": "Remove a user", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.smokeball.com/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Removes a user.\r\n \r\nUser must belong to the specified account." }, { "info": { "name": "Create a user", "type": "http" }, "http": { "method": "POST", "url": "https://api.smokeball.com/users", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a user.\r\n\r\nSends an email with a generated password if the password is missing." }, { "info": { "name": "Resend a user invitation", "type": "http" }, "http": { "method": "POST", "url": "https://api.smokeball.com/users/:id/invite", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resends an invitation email with a temporary password for the specified user.\r\n\r\nThe user must exist and belong to the specified account when specifying id.\r\nOptionally invite a user using a email address instead of user id. Use a default id of all zeros when posting email address payload.\r\nEmail address invites are only available to client credential grants." } ] } ], "bundled": true }