David | 2021-09-09 14:12:15 UTC | #1
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
Becky_Powell | 2021-09-09 16:20:19 UTC | #2
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!
David | 2021-09-09 16:22:15 UTC | #3
Perfect!! I see, sending { "version": 6, "employerInfo": { "officialName": "TEST", "employeeId": "6789", "employeeType": "Contractor", "dateHire": "2021-09-01" } }
Thanks!!
Becky_Powell | 2021-09-09 17:50:14 UTC | #4
You got it!
-Becky
system | 2021-10-10 17:51:11 UTC | #5
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 11966