Skip to content

Instantly share code, notes, and snippets.

@numan
Last active September 24, 2018 20:01
Show Gist options
  • Save numan/2a7b66f609a9afc12b4d4844217163c0 to your computer and use it in GitHub Desktop.
Save numan/2a7b66f609a9afc12b4d4844217163c0 to your computer and use it in GitHub Desktop.
HRIS Webhook Data Example
{
"users": [
{
"hris_id": "1FdzdQf35CffSd53",
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@7geese.com",
"job_title": "VP Engineering",
"phone_number": "+1 223-334-4355",
"employee_id": "E123556",
"profile_image": {
"url": "https://s3.amazonaws.com/publicassets.7geese.com/misc/765-default-avatar.png",
"last_modified": 23323123123123,
"cache_info": "sadsaDSds343GzzZ"
},
"departments": [
"Engineering > Mobile Team",
"Customer Success > Support > Mobile Support",
"Sales > Sales Engineer"
],
"active": true,
"manager": {
"hris_id": "E9923443"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment