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">Any authenticated user.</Check>

Path parameters

userIdstringRequiredformat: "uuid"
The id of the user.

Headers

AuthorizationstringRequired

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

Response

OK
userIdstring or nullformat: "uuid"
The id of the user this capacity belongs to.
weeklyCapacityobject or null
createdOnstring or nullformat: "date-time"
The date this user capacity was created.
createdBystring or nullformat: "uuid"
The id of the user who created this user capacity.
updatedOnstring or nullformat: "date-time"
The date when this user capacity was last updated.
updatedBystring or nullformat: "uuid"
The id of the user who updated the user capacity.
capacityPerWeekinteger or nullDeprecated
The capacity of the user per week, in seconds.