Skip to content
On this page

User Data Explained

The following is a list of data fields returned by the ACE360 Connect Users endpoint. We've written this reference guide to help you better understand the data you receive from Connect.

Contents

name

Example:

json
"name": "Elizabeth Dyson"

email

Shows the user's login email. This may be different from their contact or notification email.

Please note that if the user is deleted then the returned email will be null.

Example:

json
"email": "[email protected]"

role

Example:

json
"role": "super_admin"

lastLoggedIn

Shows the datetime of the user's most recent login. Null if they have never logged in.

Example:

json
"lastLoggedIn": "2020-03-26 08:15:17"

createdAt

Shows the datetime when the user's account was created.

Example:

json
"createdAt": "2020-03-26 08:15:17"

deletedAt

Shows the datetime of the user's deletion. Null if the user has not been deleted.

Example:

json
"deletedAt": "2020-03-26 08:15:17"