v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
userCapacities

Updates the capacity of the specified user.

Updates the capacity of the user with the specified id. User planning data or admin permissions are required if the capacity of the specified user does not belong to the calling user.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

put/users/{userId}/capacity

Path parameters

userIdstring uuid required

The user whose capacity should be updated.

Headers

Authorizationstring required

Bearer authentication

Request body

capacityPerWeekinteger nullable

Backward compatibility property. The capacity of the user per week, in seconds. If this value is null, and all the daily values are null as well, then the default value will be set to the default value.

moninteger nullable

The user's capacity on Monday, in seconds.

tueinteger nullable

The user's capacity on Tuesday, in seconds.

wedinteger nullable

The user's capacity on Wednesday, in seconds.

thuinteger nullable

The user's capacity on Thursday, in seconds.

friinteger nullable

The user's capacity on Friday, in seconds.

satinteger nullable

The user's capacity on Saturday, in seconds.

suninteger nullable

The user's capacity on Sunday, in seconds.

Response

OK

userIdstring uuid

The id of the user this capacity belongs to.

createdOnstring date-time

The date this user capacity was created.

createdBystring uuid

The id of the user who created this user capacity.

updatedOnstring date-time

The date when this user capacity was last updated.

updatedBystring uuid

The id of the user who updated the user capacity.

capacityPerWeekinteger

The capacity of the user per week, in seconds.