simpleinout_create_my_status
Set or update your current status to check in or out, choosing from in, remote, busy, break, out, sick, or vacation. Include a comment or timestamp to backdate or schedule the change.
Instructions
Create (change) the current authenticated user's status — the core check-in/check-out action.
API: POST /users/my/statuses
Args:
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 | ||
| created_at | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |