Hi, I would like to know. if it is possible to add to a user the employee Id, employee type and the Hire date, from the api.
Regards
Hi, I would like to know. if it is possible to add to a user the employee Id, employee type and the Hire date, from the api.
Regards
Hi David, you make a PATCH call to /api/v2/users/{userId} to add/update these fields: https://developer.genesys.cloud/api/rest/v2/users/#patch-api-v2-users--userId-
Cheers!
Perfect!!
I see, sending
{
"version": 6,
"employerInfo": {
"officialName": "TEST",
"employeeId": "6789",
"employeeType": "Contractor",
"dateHire": "2021-09-01"
}
}
Thanks!!
You got it!
-Becky
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.