MATESO Password Safe API
MATESO Password Safe API
PsrApi.Managers
RoleManager Class
RoleManager Methods
AddRole Method
DeleteRole Method
GetRole Method
GetRoleInvolvedOrganisationUnit Method
GetRoleList Method
GetRoleListFilter Method
GetUserRoles Method
GetUsersInRole Method
HasRoleMasterKeyMode Method
UpdateRole Method
RoleManager
GetUsersInRole Method
Returns a list of organisation unit users that are members of the role with the given ID.
Namespace:
PsrApi.Managers
Assembly:
PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
Copy
public
Task
<
IList
<
PsrOrganisationUnitUser
>>
GetUsersInRole
(
Guid
roleId
)
Parameters
roleId
Type:
System
Guid
Return Value
Type:
Task
IList
PsrOrganisationUnitUser
See Also
Reference
RoleManager Class
PsrApi.Managers Namespace