mirror of https://github.com/vernonkeenan/lib
22 lines
883 B
Markdown
22 lines
883 B
Markdown
|
# Auth.UserRole
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**accountID** | **String** | Account Id | [optional]
|
||
|
**auth0RoleID** | **String** | Linked role ID | [optional]
|
||
|
**auth0UserID** | **String** | Auth0 User ID | [optional]
|
||
|
**companyName** | **String** | Company Name | [optional]
|
||
|
**contactID** | **String** | Contact ID | [optional]
|
||
|
**roleDescription** | **String** | Role description | [optional]
|
||
|
**roleID** | **String** | The Role ID | [optional]
|
||
|
**roleName** | **String** | Role Name | [optional]
|
||
|
**taxnexusAccount** | **String** | Taxnexus Account Number | [optional]
|
||
|
**userEmail** | **String** | User Email Address | [optional]
|
||
|
**userFullName** | **String** | User Full Name | [optional]
|
||
|
**userID** | **String** | The User ID | [optional]
|
||
|
**username** | **String** | Username | [optional]
|
||
|
|
||
|
|