GET users
Get the users for the account, including their name, email address, last login and admin status. Restricted to admin users.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Get the users for the account, including their name, email address, last login and admin status. Restricted to admin users.
Collection of UserDetailModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Email address of the User | string | None. | |
| LastLoggedIn | Date and time the User last logged in, or null if they have never logged in | date | None. |
| IsAdmin | Whether the User is an administrator | boolean | None. |
| UserID | ID of a User | integer | None. |
| UserName | Name Associated with User | string | None. |