API Docs / Schemas / UserTenantMembershipDto

UserTenantMembershipDto

Represents a user's membership in a tenant.

Properties

Name Type Description
tenantCodestring

The tenant's unique code

The tenant's unique code

tenantNamestring

The tenant's display name

The tenant's display name

roleTypeenum

System Custom

System Custom

systemRoleenum

Admin StandardUser Viewer

Admin StandardUser Viewer

customRoleNamestring

The custom role name if RoleType is Custom

The custom role name if RoleType is Custom

isOwnerboolean

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"
}

Contained in Schemas