Gets the tenant roles for the given user
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.AccessControlManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
public static string[] GetUserRolesForTenant(
string userId,
string stratifiedTenantId,
string roleAssigningTenantId
)
public static string[] GetUserRolesForTenant(
string userId,
string stratifiedTenantId,
string roleAssigningTenantId
)
Public Shared Function GetUserRolesForTenant (
userId As String,
stratifiedTenantId As String,
roleAssigningTenantId As String
) As String()
Public Shared Function GetUserRolesForTenant (
userId As String,
stratifiedTenantId As String,
roleAssigningTenantId As String
) As String()
static member GetUserRolesForTenant :
userId : string *
stratifiedTenantId : string *
roleAssigningTenantId : string -> string[]
static member GetUserRolesForTenant :
userId : string *
stratifiedTenantId : string *
roleAssigningTenantId : string -> string[]
Parameters
- userId
- Type: System String
The user id.
- stratifiedTenantId
- Type: System String
The stratified tenant id.
- roleAssigningTenantId
- Type: System String
The role assigning tenant id.
Return Value
Type:
String Exception | Condition |
---|
[!:CelloSaaS.ServiceContracts.AccessControlManagement.RoleException] | If db exception occur |