Skip to main content
PUT
Update your working status

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Body

application/json
working_status
enum<string>
required
Available options:
available,
working,
on_a_call,
lunch,
out_of_office,
be_right_back,
idle,
offline
Example:

"lunch"

Response

Working status updated

success
boolean
Example:

true

message
string
Example:

"Working status updated"

data
object