OpenProject · Capability
OpenProject API V3 (Stable) — User Working Times
OpenProject API V3 (Stable) — User Working Times. 10 operations. Lead operation: List personal non-working times for a user. Self-contained Naftiko capability covering one Openproject business surface.
What You Can Do
GET
Listusernonworkingtimes
— List personal non-working times for a user
/v1/api/v3/users/{id}/non-working-times
POST
Createusernonworkingtime
— Create a personal non-working day for a user
/v1/api/v3/users/{id}/non-working-times
GET
Viewusernonworkingtime
— View a personal non-working time record
/v1/api/v3/users/{id}/non-working-times/{non-working-time-id}
PATCH
Updateusernonworkingtime
— Update a personal non-working time record
/v1/api/v3/users/{id}/non-working-times/{non-working-time-id}
DELETE
Deleteusernonworkingtime
— Delete a personal non-working time record
/v1/api/v3/users/{id}/non-working-times/{non-working-time-id}
GET
Listuserworkinghours
— List working hours for a user
/v1/api/v3/users/{id}/working-hours
POST
Createuserworkinghours
— Create a working hours record for a user
/v1/api/v3/users/{id}/working-hours
GET
Viewuserworkinghoursrecord
— View a working hours record
/v1/api/v3/users/{id}/working-hours/{working-hours-id}
PATCH
Updateuserworkinghoursrecord
— Update a working hours record
/v1/api/v3/users/{id}/working-hours/{working-hours-id}
DELETE
Deleteuserworkinghoursrecord
— Delete a working hours record
/v1/api/v3/users/{id}/working-hours/{working-hours-id}
MCP Tools
list-personal-non-working-times
List personal non-working times for a user
read-only
idempotent
create-personal-non-working-day
Create a personal non-working day for a user
view-personal-non-working-time
View a personal non-working time record
read-only
idempotent
update-personal-non-working-time
Update a personal non-working time record
idempotent
delete-personal-non-working-time
Delete a personal non-working time record
idempotent
list-working-hours-user
List working hours for a user
read-only
idempotent
create-working-hours-record-user
Create a working hours record for a user
view-working-hours-record
View a working hours record
read-only
idempotent
update-working-hours-record
Update a working hours record
idempotent
delete-working-hours-record
Delete a working hours record
idempotent