Skip to main content

Get User

View user details.

Parameters

ParameterDescription
IDUser id.

Example Output

{
"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:57:53",
"formatted": "Thu Jan 19, 2023 6:57AM"
},
"start_date": null,
"end_date": null,
"last_login": {
"datetime": "2023-01-19 06:57:53",
"formatted": "Thu Jan 19, 2023 6:57AM"
},
"deleted_at": null,
"available_actions": {
"update": true,
"delete": true,
"clone": true,
"restore": false
},
"groups": null
}

Workflow Library Example

Get User with Snipe It and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop