user_create
Create a Zabbix user account with specified username, password, role, and user group membership to grant access and permissions.
Instructions
Create a new user in Zabbix.
Creates a new user account with specified credentials, role and group membership.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | User's first name (optional). | |
| passwd | Yes | Password. | |
| roleid | No | ID of the user's role, which is what grants permissions. Defaults to '1' (User role); a user created without one gets roleid 0 and cannot log in. | 1 |
| surname | No | User's last name (optional). | |
| usrgrps | Yes | User groups [{'usrgrpid': '1'}]. | |
| username | Yes | Username. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||