Glad you got it all sorted!
------------------------------
George Ganahl GCCX-AI, GCP, GCSME, ICCE, ICHD, etc.
Technical Adoption Champion
Genesys
2024 Community Member of the Year
------------------------------
Original Message:
Sent: 08-19-2025 13:48
From: Alec Grace
Subject: Missing functionality for User/Group management in API
Hi @Nick Tait, thank you for your response! The delete groups endpoint worked for me, I appreciate the assistance. However, the patch users is what I was trying to use before, and it wasn't working for updating divisions. Tatjana, above, linked to a divisions-specific endpoint which worked.
Thanks again!
------------------------------
Alec Grace
Original Message:
Sent: 07-31-2025 23:28
From: Nick Tait
Subject: Missing functionality for User/Group management in API
I'd expect these would do what you described?
DELETE /api/v2/groups/{groupId}/members
PATCH /api/v2/users/{userId}
------------------------------
Nick Tait
Genesys Consultant
Original Message:
Sent: 07-30-2025 14:21
From: Alec Grace
Subject: Missing functionality for User/Group management in API
Hey everyone,
I am writing code to automate tasks like onboarding and updating users. I noticed that there does not seem to be any functionality for two main things so far:
- There is no method for removing a User from a Group
- There is no method for updating a User's Division
For context, I am using the Python SDK and have been searching through the API Explorer with no luck.
Is there something that I have missed or is this intended behavior?
#PlatformAPI
#PlatformSDK
------------------------------
Alec Grace
------------------------------