vibemk_create_user_role
Clone an existing role to create a new custom user role in CheckMK. Specify a new role ID and optional alias, using an existing role as the permission template.
Instructions
➕ Create user role - Clone an existing role to create a new custom role
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_alias | No | Display name/alias for the new role | |
| new_role_id | Yes | ID for the new role | |
| base_role_id | Yes | Existing role ID to clone from (e.g., 'admin', 'user', 'guest') |