Skip to main content
GET
/
api
/
v1
/
tester
/
people_assets
Error
A valid request URL is required to generate request examples
[
  {
    "id": 1,
    "name": "Jane Doe",
    "employee_id": "EMP001",
    "kind": "staff",
    "company": null,
    "email": "jane@example.com"
  }
]

Authorizations

Authorization
string
header
required

Device-specific API token generated from the Tester device's edit page. Each token is unique to a Tester device and scopes all operations to that device's brand.

Query Parameters

kind
enum<string>

Filter by kind: staff or visitor

Available options:
staff,
visitor

Response

List of people assets

id
integer
name
string
employee_id
string | null
kind
enum<string>
Available options:
staff,
visitor
company
string | null
email
string | null