Hi,
I have a lot of users neatly sorted into SCIM groups - now I'd like to automatically register them all elsewhere. Is there any way to query them via ION API?
Best regards,Kai
If I understand your question correctly, you've used SCIM to populate users into various IFS groups and now you want to query and export the IFS groups and their members?
If so, you can do that by querying the SCIM APIs:
https://mingle-scim.inforcloudsuite.com/TENANT_NAME/v2/Groups will return a list of all groups and their GUIDs.
Then, you can get the membership of each group with:mingle-scim.inforcloudsuite.com/.../GUID
How to authenticate, is it through backend service auth app ? Is it still valid or we can try IFSService API Suite ?
SCIM has a private authentication that is setup in Portal Administration. Once it is enabled there, you can setup the details in Manage -> SCIM Accounts.
got it