haops_add_member
Add a user to a HAOps project by providing the project slug and user ID, with optional role assignment.
Instructions
Add a user as a member to a HAOps project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Project role (optional, default: member) | |
| userId | Yes | UUID of the user to add | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| projectSlug | Yes | The project slug (URL identifier) |