Group Access Restrictions
Users can be restricted from accessing Teams (aka Groups) within planner, forecast and team builder. Users are prevented from downloading to CSV
and Team data that they aren't explicitly entitled to access.
...
The ids need to be under a column or mapped to a column named AccessGroupIds
and should be enclosed in "
. Multiple group ids can be provided, separated by a ;
delimiter.
Example CSV import:
PersonID | Attributes:id:email:Email | AccessGroupIds |
48066180 |
“XXXX1234;YYYY1234; |
ZZZZ1234” |
This CSV file then needs to be imported using a File Upload → Data integration.
...