lib/swagger/defs/user-role.yaml

57 lines
1.2 KiB
YAML
Raw Normal View History

2023-04-06 01:28:58 +00:00
UserRole:
description: Relationship object that connects user to a role
properties:
2023-05-13 16:46:48 +00:00
AccountID:
description: Account Id
2023-04-06 01:28:58 +00:00
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
Auth0RoleID:
description: Linked role ID
2023-04-06 01:28:58 +00:00
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
Auth0UserID:
description: Auth0 User ID
2023-04-06 01:28:58 +00:00
type: string
x-nullable: true
2023-05-13 16:46:48 +00:00
CompanyName:
description: Company 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
2023-04-06 01:28:58 +00:00
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
RoleDescription:
description: Role description
2023-04-06 01:28:58 +00:00
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
RoleID:
description: The Role ID
2023-04-06 01:28:58 +00:00
type: string
x-nullable: true
2023-05-13 16:46:48 +00:00
RoleName:
description: Role Name
2023-04-06 01:28:58 +00:00
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-06-05 00:09:35 +00:00
ExternalAccount:
2023-05-13 16:46:48 +00:00
description: Account Number
2023-04-06 01:28:58 +00:00
type: string
2023-05-13 16:46:48 +00:00
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:
2023-05-13 16:46:48 +00:00
description: The User ID
type: string
x-nullable: true
Username:
description: Username
2023-04-06 01:28:58 +00:00
type: string
2023-05-13 16:46:48 +00:00
x-nullable: true
2023-04-06 01:28:58 +00:00
type: object