Update user availability

This endpoint can be used to update a user availability. In the request, you provide a session ID in the header and availability details in the body. User availability should have taskTypeIds OR tagIds set (OR a combination of both). WARNING : You cannot set both taskTypeIds AND tagIds to null.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Id of the availability to update

string

Name of the availability (optional - not null)

int64

Availability Start Date, Unix timestamp in MS (optional - not null)

int64

Availability End Date, Unix timestamp in MS (optional - not null)

userIds
array of strings

List of user IDs (optional - not null)

userIds
taskTypeIds
array of strings

Availability task type IDs (optional - conditional)

taskTypeIds
tagIds
array of strings

Availability tag IDs (optional - conditional)

tagIds
string

Location ID (optional)

boolean

If true, task planning is restricted to tasks whose attributes match those defined in this availability record and fall within the specified availability timeframe. The calendar is reserved only for tasks that meet these criteria.

Headers
string
required

Session ID

Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json