Security
x-api-key
Create a new employee.
POST
curl -i -X POST \
https://api.pushsecurity.com/v1/employees \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@example.com",
"enrolBrowser": true
}'OK
Department - as provided by connected API integrations
Example:"Security Engineering"
When this employee was created, formatted as a UNIX timestamp (in seconds)
Example:1698669223
Response
{ "id": "2a2197de-ad2c-47e4-8dcb-fb0f04cf83e0", "email": "john.hill@example.com", "firstName": "John", "lastName": "Hill", "department": "Security Engineering", "location": "New York", "licensed": true, "chatopsEnabled": true, "creationTimestamp": 1698669223 }