2023-04-06 01:28:58 +00:00
|
|
|
TenantUser:
|
|
|
|
description: Relationship object that connects users to a tenant
|
|
|
|
properties:
|
|
|
|
AccessLevel:
|
2023-05-13 16:46:48 +00:00
|
|
|
description: The makeTenantUser access level for this User
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
AccountID:
|
|
|
|
description: Account ID
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
Auth0UserID:
|
|
|
|
description: Auth0 User ID
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
CompanyName:
|
|
|
|
description: Account Name
|
2023-04-06 01:28:58 +00:00
|
|
|
type: string
|
2023-05-13 16:46:48 +00:00
|
|
|
x-nullable: true
|
|
|
|
ContactID:
|
|
|
|
description: Contact ID
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
TaxnexusAccount:
|
|
|
|
description: Account
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
TenantActive:
|
|
|
|
description: Tenant active?
|
|
|
|
type: boolean
|
|
|
|
x-nullable: true
|
2023-04-06 01:28:58 +00:00
|
|
|
TenantID:
|
|
|
|
description: The Tenant ID
|
|
|
|
type: string
|
2023-05-13 16:46:48 +00:00
|
|
|
x-nullable: true
|
|
|
|
TenantName:
|
|
|
|
description: Tenant Name
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
TenantStatus:
|
|
|
|
description: Tenant Status
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
TenantType:
|
|
|
|
description: Tenant type
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
TenantVersion:
|
|
|
|
description: Tenant Version
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
UserEmail:
|
|
|
|
description: User Email Address
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
|
|
|
UserFullName:
|
|
|
|
description: User Full Name
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
2023-04-06 01:28:58 +00:00
|
|
|
UserID:
|
|
|
|
description: The User ID
|
|
|
|
type: string
|
2023-05-13 16:46:48 +00:00
|
|
|
x-nullable: true
|
|
|
|
Username:
|
|
|
|
description: Username
|
|
|
|
type: string
|
|
|
|
x-nullable: true
|
2023-04-06 01:28:58 +00:00
|
|
|
type: object
|