> User object

The following objects are directly related to the user API.

User

The user object has the following properties.

PropertyTypeDescription
useridstringID of the user.

Property behavior:
- read-only
- required for update operations
usernamestringUser’s name.

Property behavior:
- required for create operations
- read-only for provisioned users if the user is linked to a user directory (userdirectoryid is set to a valid value that is not “0”), and user directory provisioning status is enabled (provision_status of User directory object is set to “1”), and authentication status of all LDAP or SAML provisioning is enabled (ldap_jit_status of Authentication object is set to “Enabled for configured LDAP IdPs” or saml_jit_status of Authentication object is set to “Enabled for configured SAML IdPs”)
passwdstringUser’s password.

The value of this parameter can be an empty string if the user is linked to a user directory.

Property behavior:
- write-only
roleidstringRole ID of the user.
attempt_clocktimestampTime of the last unsuccessful login attempt.

Property behavior:
- read-only
attempt_failedintegerRecent failed login attempt count.

Property behavior:
- read-only
attempt_ipstringIP address from where the last unsuccessful login attempt came from.

Property behavior:
- read-only
autologinintegerWhether to enable auto-login.

Possible values:
0 - (default) auto-login disabled;
1 - auto-login enabled.
autologoutstringUser session life time. Accepts seconds and time unit with suffix. If set to 0s, the session will never expire.

Default: 15m.
langstringLanguage code of the user’s language, for example, en_GB.

Default: default - system default.
namestringName of the user.
refreshstringAutomatic refresh period. Accepts seconds and time unit with suffix.

Default: 30s.
rows_per_pageintegerAmount of object rows to show per page.

Default: 50.
surnamestringSurname of the user.
themestringUser’s theme.

Possible values:
default - (default) system default;
blue-theme - Blue;
dark-theme - Dark.
ts_provisionedtimestampTime when the latest provisioning operation was made.

Property behavior:
- read-only
urlstringURL of the page to redirect the user to after logging in.
userdirectoryidstringID of the user directory that the user in linked to.

Used for provisioning (creating or updating), as well as to login a user that is linked to a user directory.

For login operations the value of this property will have priority over the userdirectoryid property of user groups that the user belongs to.

Default: 0.
timezonestringUser’s time zone, for example, Europe/London, UTC.

Default: default - system default.

For the full list of supported time zones please refer to PHP documentation.

Media

The media object has the following properties.

PropertyTypeDescription
mediatypeidstringID of the media type used by the media.

Property behavior:
- required
sendtostring/arrayAddress, user name or other identifier of the recipient.

If type of Media type is set to “Email”, values are represented as array. For other types of Media types, value is represented as a string.

Property behavior:
- required
activeintegerWhether the media is enabled.

Possible values:
0 - (default) enabled;
1 - disabled.
severityintegerTrigger severities to send notifications about.

Severities are stored in binary form with each bit representing the corresponding severity. For example, “12” equals “1100” in binary and means that notifications will be sent from triggers with severities “warning” and “average”.

Refer to the trigger object page for a list of supported trigger severities.

Default: 63.
periodstringTime when the notifications can be sent as a time period or user macros separated by a semicolon.

Default: 1-7,00:00-24:00.