{ "opencollection": "1.0.0", "info": { "name": "Samsara Users API", "version": "2024-11-18" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List All Users", "type": "http" }, "http": { "method": "GET", "url": "https://api.samsara.com/users", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The limit for how many objects will be in the response. Default and max for this value is 512 objects." }, { "name": "after", "value": "", "type": "query", "description": "If specified, this should be the endCursor value from the previous page of results. When present, this request will return the next page of results that occur immediately after the previous page of results." } ] }, "docs": "Returns a list of all users in an organization. Users that have expired access will not be returned. \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.\n\nTo use this endpoint, select **Re" }, { "info": { "name": "Create a User", "type": "http" }, "http": { "method": "POST", "url": "https://api.samsara.com/users", "body": { "type": "json", "data": "{}" } }, "docs": "Add a user to the organization. \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.\n\nTo use this endpoint, select **Write Users** under the Setup & Administration category when creating o" }, { "info": { "name": "Retrieve a User", "type": "http" }, "http": { "method": "GET", "url": "https://api.samsara.com/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the user." } ] }, "docs": "Get a specific user's information. Users that have expired access will not be returned. \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.\n\nTo use this endpoint, select **Read Users** un" }, { "info": { "name": "Update a User", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.samsara.com/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the user." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific user's information. \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.\n\nTo use this endpoint, select **Write Users** under the Setup & Administration category when crea" }, { "info": { "name": "Delete a User", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.samsara.com/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the user." } ] }, "docs": "Delete the given user. \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.\n\nTo use this endpoint, select **Write Users** under the Setup & Administration category when creating or editing" } ] } ], "bundled": true }