Keeper SDK Class Library
C#
Show/Hide TOC
IRole
Data
Get
Users
For
Role Method
Gets a list of user IDs for specified role.
Definition
Namespace:
KeeperSecurity.Enterprise
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
IEnumerable
<
long
>
GetUsersForRole
(
long
roleId
)
Parameters
roleId
Int64
Enterprise Role ID.
Return Value
IEnumerable
Int64
List of Enterprise User IDs.
See Also
Reference
IRoleData Interface
KeeperSecurity.Enterprise Namespace
In This Article
Definition
Parameters
Return Value
See Also