VMware Workspace ONE Community
Cliff0rd
Contributor
Contributor

How to change easily the Enrollment OG on workspace UEM for many users

Hello ! 

I need to change the enrollment Organization Group for many users. 

I search a way to do it easily. With a bulk method for example...

Thank's :slightly_smiling_face:  

Labels (1)
Reply
0 Kudos
1 Reply
OlegKiselev
Enthusiast
Enthusiast

Hi

by API and script

API help(https://cn135.awmdm.com/api/help/#!/apis/10008?!%2Fapis%2F10008:disappointed_face: System Management REST API V1 - User

1. Get a list of all users(/users/search)  

2. Extract user ids

3. Change the users enrollment OG in loop(/users/{id}/changelocationgroup) 

 

In the attachment a raw example.

 

P.S.  cn135.awmdm.com is not my environment :grinning_face_with_big_eyes:

Reply
0 Kudos