10.25.19
What's New?
Tenant Admin
New way to empty out user groups using Group Sync API
Scenario: It is possible that a group that had members before is now empty. Now, that group can be emptied out and kept. It won’t be deleted since it might still be valid and just have no members at any point in time.
How to use it:
- Calling the Group Sync API with a groups.csv file can be passed as an action of type E
- A group that has action E will be emptied of all its members, but not deleted
Format for multipart groups.csv file:
- U,'external id', 'name' > adds or updates the group record
- D,'external id' > removes the group record
- E,'external id' > removes all members from the group
To create an empty group, send an update record for the new group and no records for it in the groupsmembers.csv file. If only adding one group, do not send a groupsmembers.csv file. It is not mandatory.
To empty an existing group, specify an empty record action for the existing group and no records for it in the groupsmembers.csv file. If emptying one group, do not send a groupsmembers.csv file. It is not mandatory.
What's Fixed?
● Fixed an issue with the chat enabled configuration option
● Fixed an issue with chat notification enabled configuration option
● Fixed an issue with Identity server and user deletion
● Fixed an issue with deletion of RSS feeds taking very long
● Fixed an issue with multiple endpoints of the same type in one micro-app
● Fixed an issue with resource links and German Umlaute (or any non-ascii characters)
● Fixed an issue with subscribing large groups to a channel being very slow
● Fixed an issue with consent labels not handling commas correctly
● Fixed an issue with AppBuilder on Microsoft Visual Studio 2019 (Connector Framework issue)
Comments
0 comments
Article is closed for comments.