Assign group to User using People REST API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2024 06:56 AM
Could you please share API which will be useful for assigning groups to Users using People REST API?
Also, is there any PATCH request in People REST API?
Thanks,
Prashant
- Labels:
-
Webex API
-
Webex Developer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2024 10:24 AM - edited 10-04-2024 10:54 AM
Hi @dtibbe ,
SCIM 2.0 has that ability but I want it similar ability in People API
Concern is if I start using the SCIM 2.0 APIs for User management then I am not able to manage User roles.
And if I start using People API then I am not able to manage User groups.
I hope you got it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2024 11:18 PM
Hi @prashant-chinchkar,
There would be no further upgradation/improvement on the /people API going ahead in future, rather additional functionalities would be added on the SCIM API.
So, if you find certain functionalities are not yet available in SCIM, you can raise a feature request on our AHA portal here - https://ciscocollabcustomer.ideas.aha.io/
But as mentioned, /people API won't have any further improvement and rather it'd be discontinued over time since SCIM 2.0 would be the main Users API going ahead.
Regards!
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2024 08:58 AM
Check out the SCIM API https://developer.webex.com/docs/scim-2-overview for users https://developer.webex.com/docs/api/v1/scim2-user and groups https://developer.webex.com/docs/api/v1/scim2-group
