IRoleDataGetRolesForTeam Method |
Gets a list of role IDs for specified team.
Namespace: KeeperSecurity.EnterpriseAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax IEnumerable<long> GetRolesForTeam(
string teamUid
)
Parameters
- teamUid String
- Team UID.
Return Value
IEnumerableInt64List of Enterprise Role IDs
See Also