Users
Last updated
Last updated
The users system table includes information about the users in your organization.
From a worksheet within Upsolver, run the following query:
SELECT *
FROM system.information_schema.users;
The system.information_schema.users table includes the following columns:
created_at
datetime
The date and time when the user account was created.
string
The user's email address for logging in to their account.
name
string
The name of the user.