accelo_update_staff
Update a staff member's descriptive details like name, email, phone, and position in Accelo CRM. Only provided fields are changed.
Instructions
Update a staff member's descriptive details.
ADMINISTRATIVE WRITE — edits another user's record. Only the descriptive fields below are updatable via this endpoint (the API does not expose standing/financial_level/username here). Only non-None fields are sent.
Args: id: Staff ID (required) firstname: New first name surname: New surname title: New title email: New email address phone: New phone number mobile: New mobile number fax: New fax number position: New position fields: Additional fields to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| fax | No | ||
| No | |||
| phone | No | ||
| title | No | ||
| fields | No | ||
| mobile | No | ||
| surname | No | ||
| position | No | ||
| firstname | No |