simpleinout_create_user_status
Create or change another user's status in Simple In/Out, selecting from in, remote, busy, break, out, sick, or vacation. Requires permission to manage that user's status.
Instructions
Create (change) another user's status on their behalf. Requires the acting account to have permission to manage that user's status.
API: POST /users/:id/statuses
Args:
user_id: Required. The user's ID to change the status for.
status: Required. One of "in", "remote", "busy", "break", "out",
"sick", "vacation".
comment: Optional comment to attach to the status change.
created_at: Optional timestamp to backdate/schedule the status change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| comment | No | ||
| user_id | Yes | ||
| created_at | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |