Parameter | Description |
---|---|
ID | User id. |
{
"id": 109,
"avatar": "<string>",
"name": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"username": "<string>",
"remote": false,
"locale": "<string>",
"employee_num": null,
"manager": null,
"jobtitle": "<string>",
"vip": false,
"phone": null,
"website": null,
"address": null,
"city": "<string>",
"state": null,
"country": null,
"zip": null,
"email": "<string>",
"department": null,
"location": null,
"notes": "<string>",
"permissions": null,
"activated": false,
"autoassign_licenses": true,
"ldap_import": false,
"two_factor_enrolled": false,
"two_factor_optin": false,
"assets_count": 2,
"licenses_count": 1,
"accessories_count": 2,
"consumables_count": 1,
"manages_users_count": 1,
"manages_locations_count": 1,
"company": null,
"created_by": {
"id": 0,
"name": "<string>"
},
"created_at": {
"datetime": "2025-04-01 01:10:12",
"formatted": "Tue Apr 01, 2025 1:10AM"
},
"updated_at": {
"datetime": "2025-04-01 01:10:12",
"formatted": "Tue Apr 01, 2025 1:10AM"
},
"start_date": null,
"end_date": null,
"last_login": null,
"deleted_at": null,
"available_actions": {
"update": true,
"delete": true,
"clone": true,
"restore": false
},
"groups": null
}
Was this page helpful?