Returns the capacity of the specified user.
Returns the capacity of the specified user. The response includes the user's planning capacity. <Check title="Required Permissions" icon="key">The user must have permission to access the requested resource.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
userId
The id of the user.
Response
OK
userId
The id of the user this capacity belongs to.
weeklyCapacity
createdOn
The date this user capacity was created.
createdBy
The id of the user who created this user capacity.
updatedOn
The date when this user capacity was last updated.
updatedBy
The id of the user who updated the user capacity.
capacityPerWeekDeprecated
The capacity of the user per week, in seconds.
Errors
401
Unauthorized Error

