Home Search

DriveWorks Pro 21
SppGetTeamsDataForUser

Send Feedback

SppGetTeamsDataForUser

Returns a Table Array of all the security teams to which the given user belongs.

Syntax

SppGetTeamsDataForUser([UserName])

Where:

Username is the user name of the person you want to find out Team information for.

Example

RuleResultMeaning
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.