- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello:
Where can I find userGroupUuid value for a particular user group?
tried the id value from /API/system/usergroups/search but it threw 404
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you are on a new version of the platform, then try
https://asXXX.awmdm.com/api/system/scim/v2/Groups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Phil. scim groups work for me.
Grabbed the group uuid from /API/system/scim/v2/Groups and used patch method on /API/system/scim/v2/Groups/{group_uuid}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello!!
This API call only returned one user group details with the list of the users 'https://xxxxxx.awmdm.com/API/system/scim/v2/Groups'
then I copied the group ID from the previous API response and tried this API call 'https://xxxx.awmdm.com/API/system/user-groups/xx-xx-xxxx-xxx-xxx/actions/sync"
result: no content code 404
Any thoughts
Thank you!