Skip to main content

List Users

List users.

Basic Parameters

ParameterDescription
Return All PagesAutomatically fetch all resources, page by page.
SearchString to search on.

Advanced Parameters

ParameterDescription
LimitNumber of records to return.
OffsetOffset to use when retrieving results (useful in pagination).
OrderSort order (asc or desc).
SortField to order by.

Example Output

{
"total": 58,
"rows": [
{
"id": 1,
"avatar": "https://develop.snipeitapp.com/uploads/avatars/1.jpg",
"name": "Admin User",
"first_name": "Admin",
"last_name": "User",
"username": "admin",
"remote": false,
"locale": "en",
"employee_num": "19567",
"manager": null,
"jobtitle": "Copy Machine Operator",
"phone": "+1-272-670-7029",
"website": null,
"address": "631 Satterfield Shores Suite 113\nEast Roxane, WY 31419",
"city": "O'Reillyborough",
"state": "FL",
"country": "Djibouti",
"zip": "12561-8571",
"email": "vbradtke@example.org",
"department": {
"id": 4,
"name": "Client Services"
},
"location": null,
"notes": "Created by DB seeder",
"permissions": {
"superuser": "1"
},
"activated": true,
"ldap_import": false,
"two_factor_enrolled": false,
"two_factor_optin": false,
"assets_count": 0,
"licenses_count": 0,
"accessories_count": 0,
"consumables_count": 0,
"company": {
"id": 1,
"name": "Jaskolski, Mayer and Ullrich"
},
"created_by": null,
"created_at": {
"datetime": "2023-01-19 06:42:05",
"formatted": "Thu Jan 19, 2023 6:42AM"
},
"updated_at": {
"datetime": "2023-01-19 06:42:05",
"formatted": "Thu Jan 19, 2023 6:42AM"
},
"start_date": null,
"end_date": null,
"last_login": null,
"deleted_at": null,
"available_actions": {
"update": true,
"delete": true,
"clone": true,
"restore": false
},
"groups": null
}
]
}

Workflow Library Example

List Users with Snipe It and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop