Skip to content

Users

Below are the schemas and relationships of Users.


ColumnDescriptionType
IdInternal identifierString
TenantIdCustomer identifierString
UpdatedAtDate of the last record updateDatetime
SnapshotAtReference date of the transactionDatetime
UserIdPrimary key for the schema of UserString
NameUser nameString
EmailUser email addressString
LoginUser loginString
LastUpdateDate of the last update in the user recordDatetime
StatusLogin status (Active, Inactive)String
JobRoleUser access level (Profile). Example: viewer, requester, consultant, administrator, buyer, approver, and others.String
HasUpdatedIndicates whether the user record was updated (true/false)Boolean
LastAccessDate of the user's last accessDatetime
AccessLevelUser role. Options include: developer, viewer, requester, consultant, administrator, buyer, and approver.String
RoleIdIdentifier of the user's role/position in the companyString
RoleNameName of the user's role/position in the companyString

Users Schema Joins

The Users schema has relationships with the following schemas:

SchemaRelationship ColumnDescription
OrdersBuyerIdRelates the rows of Users with the rows of Orders.
PreOrdersBuyerIdRelates the rows of Users with the rows of PreOrders.
RequestsRequesterEmailRelates the rows of Users with the rows of Requests.
RequestItemsBuyerId*Relates the rows of Users with the rows of RequestItems.
RfqsOwnerId*Relates the rows of Users with the rows of Rfqs.
  • The Buyer and OwnerId columns in the schemas listed above must be the same as the UserId column in the User schema.