Users document (Data API 17.8)
Document representing a list of users.
Property | Type | Constraints | Description |
---|---|---|---|
data
|
[User] | The list of users. | |
disabled
|
boolean | Flag whether the user is disabled. | |
email
|
String | The email address. | |
first_name
|
String | The first name. | |
last_login_date
|
LocalDate | Last login of the user. | |
last_name
|
String | The last name. | |
locked
|
boolean | Flag whether the user is locked. | |
login
|
String | The user login. | |
password_expiration_date
|
DateTime | The user password expiration time | |
password_modification_date
|
DateTime | The time, where the password was last modified | |
preferred_data_locale
|
String | The effective preferred data locale of the user. A locale is only considered if the user has at least read permission on the locale. | |
preferred_ui_locale
|
String | The preferred UI locale of the user. |
X
OCAPI versions 15.x and 16.x will be retired on March 31, 2021. For dates and more information, see the OCAPI versioning and deprecation policy and this Knowledge Article.