Daily work capacity is not visible in User structure

I need to get the “daily work capacity” in USER API structure.

Is there any way to get it?

Thks!!

Hi there, thank you for leaving your comment.
Please note that if you need to see how much time your users added, you should use our reports. Here is our API reports documentation.

I hope that helps and thank you so much for taking the time to share with us what is you’re looking for from our app.

Hi Sara, thanks for your reply!

I need to get the “daily work capacity” value from the user profile via API response.

In clockify was configured in user profile screen:

image

Hi again,

Thank you for reaching back.

Unfortunately, this is not possible at the moment. Please note that I have already forwarded this to our Product team so they can review it for future updates.

Hope this helps a bit at least. Cheers!

@Sara We are also in need of the “daily work capacity” field on the /users request.

Is there any way you can prioritize this?

Best regards,
Martin

@Sara Are there any updates on the “daily work capacity” field?

We also need it for our Clockify customers, so it would be very helpful if we could get any indication on when it could be come available?
Thanks,
Karsten

Hi @Karsten_Rasmussen, thanks for reaching out!
I have checked with the team and was advised that this will be added by mid-next year.

Hope this helps a bit at least. Cheers!

Hi @Sara , thanks for a quick response. I was hoping for an earlier release, but good to know it’s on the roadmap. Thanks.

And if you need beta testers let me know :wink:

1 Like

Hi @Sara Just want to confirm that the Daily Work Capacity field is now available. Great work by the team!

This is the format - don’t understand the “PT” but the “8H” is what I need :slight_smile:

“workCapacity”: “PT8H”,
“workingDays”: [
“MONDAY”,
“TUESDAY”,
“WEDNESDAY”,
“THURSDAY”,
“FRIDAY”
],

Hi @Karsten_Rasmussen ! Where is the “workCapacity” in the User structure? I am invoking the “/api/v1/workspaces/[workspaceid]/users” operation and I don’t see this data.

tks!

I saw the “workCapacity” is returned on “member-profile” operation.

@Sara is possible for the team add this data to the “/users” operation?

thks!