UserTenantMembershipDto
Represents a user's membership in a tenant.
Properties
| Name | Type | Description |
|---|---|---|
| tenantCode | string | The tenant's unique code |
The tenant's unique code | ||
| tenantName | string | The tenant's display name |
The tenant's display name | ||
| roleType | enum | System Custom |
System Custom | ||
| systemRole | enum | Admin Manager User Viewer |
Admin Manager User Viewer | ||
| customRoleName | string | The custom role name if RoleType is Custom |
The custom role name if RoleType is Custom | ||
| isOwner | boolean | Whether the user is the owner of this tenant |
Whether the user is the owner of this tenant | ||
JSON Example
{
"tenantCode": "string",
"tenantName": "string",
"roleType": "System",
"systemRole": "Admin",
"customRoleName": "string"
}