Skip to content

Latest commit

 

History

History
42 lines (39 loc) · 3.48 KB

File metadata and controls

42 lines (39 loc) · 3.48 KB

Admin

Properties

Name Type Description Notes
last_name str The last name associated with the user [optional]
note str Any notes assocaited with the user [optional]
view_permission object The account tabs that will be visible to the user [optional]
timezone str The timezone of the user [optional]
roles list[Role] The roles assigned to the user
last_login_on int The time that the user last logged in, in epoch format [optional]
last_action_on_local str The time, in local format, of the user's last action [optional]
sms_email_format str The values can be sms fullText, where sms = 160 characters and fullText = all characters
apionly bool Specifies whether the user is an API only user. The values can be true false
last_auth_ip str The Last User IP [optional]
api_tokens list[APIToken] Any API Tokens associated with the user [optional]
admin_group_ids list[int] The Id(s) of the groups the admin is in, where multiple group ids are comma separated [optional]
password str The password associated with the user
last_action str The last action taken by the user [optional]
training_email str The email address for user's Training account [optional]
last_action_on int The time, in epoch format, of the user's last action [optional]
last_access_on int The time that the user last accessed the portal [optional]
id int The Id of the user [optional]
email str The email address associated with the user
contact_method str The values can be email smsemail. Specifies the contact method for this admin
accept_eulaon int The time, in epoch format, that the user accepted the EULA (if required to) [optional]
immediate_force_logout bool Specifies whether the user need to be logged off, if Force Password Change is enabled. The values can be true false
user_permission str The permission of current user with the admin. values can be write read
sms_email str The sms email address associated with the user [optional]
two_fa_enabled bool Whether or not two factor authentication is enabled for the user [optional]
first_name str The first name associated with the user [optional]
phone str The phone number associated with the user [optional]
created_by str Species who created the user. This may be another user, SAML or LogicMonitor [optional]
force_password_change bool Whether or not the user should be forced to change their password on the next login [optional]
tenant_id int The tenant id of the user [optional]
accept_eula bool Whether or not the user is required to accept the EULA (end user license agreement) [optional]
user_type str The type of user [optional]
username str The username associated with the user
status str The user's status. The values can be active suspended

[Back to Model list] [Back to API list] [Back to README]