Returns a Table Array of all the security teams to which the given user belongs.
SppGetTeamsDataForUser([UserName])
Where:
Username is the user name of the person you want to find out Team information for.
Rule | Result | Meaning |
---|---|---|
SppGetTeamsDataForUser("Matt") | {"Team","DisplayName","AllowCapture","CanEditGroupSecurity","CanEditAllSpecifications","Users","ID"; "Engineers","Engineers","True","False","False","Matt","6b6f8288-fc68-4a43-9b67-c82c71583b2a"} | The returned Array contains Team information for the user. |