EnterpriseDataGetUsersForTeam Method |
Gets a list of user IDs for specified team.
Namespace: KeeperSecurity.EnterpriseAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public long[] GetUsersForTeam(
string teamUid
)
Parameters
- teamUid String
- Team UID.
Return Value
Int64A list of user IDs
See Also