Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I synchronize organisation with group

DCCS IT April 24, 2019

Hello,
I want to synchronize the organizations with the groups.
The groups come from the Active Directory. If now a user is inserted in the group in the active directory, this user is in the group but not in the organization. Can they be synchronized automatically?

 

Thanks in advance.

Best regards

Nicole

1 answer

0 votes
Thomas Deiler
Community Champion
July 29, 2019

Dear @DCCS IT ,

you could read the group information with the following REST call

GET /rest/api/2/group/member

and then push the users to your organization

POST /rest/servicedeskapi/organization/{organizationId}/user

So long

Thomas

Suggest an answer

Log in or Sign up to answer