Users
The users system table includes information about the users in your organization.
From a worksheet within Upsolver, run the following query:
The system.information_schema.users table includes the following columns:
Column | Type | Description |
---|---|---|
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. |
Last updated