Assign role to many users.
Namespace: CelloSaaS.ServiceContracts.AccessControlManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- userIdentifiers
- Type: System String
The user identifiers.
- roleIdentifier
- Type: System String
The role identifier.
- tenantId
- Type: System String
The tenant id.
Exceptions
Exception | Condition |
---|---|
System ArgumentException | If user id or role id is null or empty |
CelloSaaS.ServiceContracts.AccessControlManagement RoleException | If db exception occur |
System ArgumentNullException | If the role id or tenant id is null or empty. |
See Also