Siva_M
Contributor
Contributor

REST API - POST /user-groups/{userGroupUuid}/actions/sync

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 

Reply
0 Kudos
Phil_Helmling
VMware Employee
VMware Employee

If you are on a new version of the platform, then try 

https://asXXX.awmdm.com/api/system/scim/v2/Groups
Siva_M
Contributor
Contributor

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}

View solution in original post

Mali121
Contributor
Contributor

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!

Tags (1)
Reply
0 Kudos