Hello,
We're entirely using the GUI to manage 900+ user accounts. Our company procured a new domain and we've updated all SaaS services with the updated domain, except for Genesys due to the lack of GUI options. We use SAML SSO with Azure and need to replace the domain suffix in each account's username and email field.
I've fumbled my way through Postman but am hitting a 401 error authing with the SCIM library (token works fine on all the other libraries and my account has SCIM role and the token has SCIM scope), so I've turned to using the Developer console.
I was able to get one account updated with the PUT command by replacing a user and would now like to batch this process for the remaining 899 accounts. Is it possible to update the username and primary emails via the SCIM API, via the developer console? If not, do you have any recommendations on how to execute this change?
Thank you.