VMware Workspace ONE Community
karder
Contributor
Contributor

Workspace ONE User Group Sync using REST API

Hello All,

I am trying to sync user groups using REST API.

First, I have used this API to get the user groups UUIDs:
GET - https://axxxx.awmdm.com/API/system/usergroups/search

Then As per the VMWare documentation the API link for sync is:
POST https://axxxxx.awmdm.com/API/system/user-groups/{userGroupUuid}/actions/sync  
(under System Management REST API V2)

But when i am trying this with Postman, I am getting 404 not found for any user group. I can search the groups in UI and confirm that they exist. Wondering if anyone would kind to point me in the right direction.

Thank you in advance.

K

0 Kudos
1 Reply
ogushia
Hot Shot
Hot Shot

Hi,

It seems API(API/system/user-groups/{userGroupUuid}/actions/sync) you mentioned no longer exist.

Try this API(/API/system/scim/v2/Groups/{group_uuid}) .

ogushia_0-1708321400097.png

 

0 Kudos