id | Integer The identification number of the User resource. |
username | String The name of the user and the slug. |
email | String The email address of the user. |
is_local | Boolean Optional. Indicates whether the user is a user in the local database or from LDAP. The default is false. |
active | Boolean Optional. Indicates whether the user can log on to the product. The default is true. |
can_create_apps | Boolean Optional. May add new applications (the user is granted all application-specific permissions for the newly created application). The default is false. |
can_manage_apps | Boolean Optional. May manage applications. This includes all application-specific permissions for all applications. The default is false. |
can_manage_devices | Boolean Optional. May manage devices. The default is false. |
can_manage_users | Boolean Optional. May manage local users and user groups on this site. The default is false. |
can_manage_admins | Boolean Optional. May assign site administrator permissions to users (from the list of permissions). The default is false. |
can_manage_site | Boolean Optional. May edit site information, such as domain names, certificates, and licenses. The default is false. |
can_manage_sites | Boolean Optional. May manage all sites of this instance. The default is false. |