Overview
When Users is selected in Requested Data, the report will return the following details:
| Field Name | Data Type | Information |
|---|---|---|
|
User_UID |
Integer (Unsigned) |
The primary key for a User |
|
User_id |
String |
The ID the user would use to log in (eg firstname.lastname) |
|
Classification |
String |
The general security level of the user |
|
IsLocked |
Boolean (Yes/No) |
Where or not the user is currently restricted from logging in |
|
NameLast |
String |
The last name of the user |
|
NameFirst |
String |
The first name of the user |
|
NameMiddle |
String |
The middle name of the user |
|
|
String |
The email address of the user |
|
IsEmailOptedOut |
Boolean (Yes/No) |
Whether a user is opted out of receiving system emails or not |
|
DateOfBirth |
Date |
The date of birth of the user |
|
AddressStreet |
String |
The street address of the user |
|
AddressTown |
String |
The city/town/suburb of the user |
|
AddressState |
String |
The state and country of the user |
|
AddressPostCode |
String |
The postcode of the user |
|
RemoteID |
String |
The remote ID used to access this user through the API |
|
CreationDateTimeUTC |
Date/Time (UTC) |
The date and time the user was created in universal time |
Comments
0 comments
Please sign in to leave a comment.