Users

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:

ColumnTypeDescription

created_at

datetime

The date and time when the user account was created.

email

string

The user's email address for logging in to their account.

name

string

The name of the user.

Last updated