/
Add an employee to a grou...
Security
x-api-key
POST
curl -i -X POST \
'https://api.pushsecurity.com/v1/employees/{id}/groups' \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"group": "Engineering team"
}'Response
{ "groups": [ "Engineering team", "Marketing team" ] }