Skip to main content

Properties

NameTypeFormatDescription
idstringGUIDThe user identifier as a 128 bit GUID
usernamestringThe user's username
emailstringThe user's email
firstNamestringThe user's first name
lastNamestringThe user's last name
timezonestringtimezone offset nameThe user's timezone preference
languagestringlanguage codeThe user's language preference
custom.*objectAdditional custom data stored against the user
credentialsobjectContainer for authentication details
credentials.passwordstringThe password value when creating a user. The value is never returned in a response
credentials.passwordChangeFrequencyintegerSets the number of days before a password expires and has to be changed, unless set to 0, in which case the password never expires. This property can only be set by System Administrators. For Active Directory integrated users, the value is always null and cannot be changed.
statusobjectContainer for status information
status.activebooleanA flag to indicate whether the user is active
status.lockedbooleanA flag to indicate whether the user's access has been locked
status.passwordResetRequiredbooleanA flag to indicate whether the user's password requires resetting
createddatetimeThe date and time the user was first created
modifieddatetimeThe date and time the user was modified
lastLogindatetimeThe date and time the user last logged-in
lastFailedLogindatetimeThe date and time of the last unsuccessful login attempt for the user
expirydatetimedatetimeThe expiry date for the user
passwordChangeddatetimeThe date and time the user's password was last changed
optOutOfNotificationsbooleanShows if the user has chosen to opt out of all notifications
failedLoginAttemptsintegerintegerThe total number of times this user has failed to log in. This includes entering a correct username and password on a locked account.
failedLoginAttemptsSinceLastSuccessintegerintegerThe total number of failed login attempts since the user's last successful login. This will be reset to 0 upon successful login.
successfulLoginAttemptsintegerintegerThe total number of successful login attempts by this user.

Example

An example user resource

JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{ "id": "e09e77b9-9dd9-4d46-b7dd-deb9702a5835", "username": "s.yearsley", "email": "s.yearsley@zengenti.com", "firstName": "Tyler", "lastName": "Durden", "timezone": "America/New_York", "language": "en-GB", "custom": { "title": "Mr", "department": "finance" }, "credentials": { "provider": { "type": "contensis", "name": "contensis" } }, "status": { "suspended": true, "locked": false, "passwordResetRequired": false }, "created": "2020-06-24T16:39:18.000Z", "modified": "2020-06-24T16:39:18.000Z", "lastLogin": "2020-06-24T16:39:18.000Z", "lastFailedLogin": "2019-06-24T16:39:18.000Z", "expiry": "2050-12-31T23:59:59.999Z", "passwordChanged": "2020-06-24T16:39:18.000Z", "optOutOfNotifications": true, "failedLoginAttempts": 4, "failedLoginAttemptsSinceLastSuccess": 0, "successfulLoginAttempts": 3 }

Still need help?

New support request