Returns the capacity of the specified user.

Returns the capacity of the specified user. 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>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

userIdstringRequiredformat: "uuid"
The id of the user.

Response

OK
userIdstringformat: "uuid"
The id of the user this capacity belongs to.
weeklyCapacityobject
createdOndatetime
The date this user capacity was created.
createdBystringformat: "uuid"
The id of the user who created this user capacity.
updatedOndatetime
The date when this user capacity was last updated.
updatedBystringformat: "uuid"
The id of the user who updated the user capacity.
capacityPerWeekintegerRead-onlyDeprecated
The capacity of the user per week, in seconds.

Errors

401
Unauthorized Error