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:

Last updated