Snapshot API: Users
The snapshot API endpoint for users is regenerated overnight. It contains the following information for all users on the Glide system:
Field name | Field type | Meaning |
GlideID | Integer | The Glide ID/Unique identifier for this user. (Unique) |
UserInitials | VARCHAR(8) | The user's initials. (Unique) |
UserFirstName | VARCHAR(128) | The first name of the user. |
UserSurname | VARCHAR(128) | The surname of the user. |
UserOfficeID | Glide office ID (Integer) | The unique identifier for the office in Glide. |
UserOffice | VARCHAR(30) | The name of the office associated with the user. |
UserIsSuperuser | Boolean | Indicates whether the user is a superuser. |
UserEmail | VARCHAR(255) | The email address for the user. |
UserStatusID | Integer | 0 = Active, 3 = Departed, 4 = Deleted. |
UserStatus | Options | The above status in text form. |