Click or drag to resize

RoleDataGetRolesForTeam Method

Gets a list of role IDs for specified team.

Namespace: KeeperSecurity.Enterprise
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public IEnumerable<long> GetRolesForTeam(
	string teamUid
)

Parameters

teamUid  String
Team UID.

Return Value

IEnumerableInt64
List of Enterprise Role IDs

Implements

IRoleDataGetRolesForTeam(String)
See Also