cancel
Showing results for 
Search instead for 
Did you mean: 

Display Quota and usage for user

jamilnour
Star Contributor
Star Contributor

Hello,

Is there a way to display the quota and the usage inside every user portal?

I only find the admin can check these information for all users

Thank you

Jamil 

2 REPLIES 2

kaynezhang
World-Class Innovator
World-Class Innovator


You can implement your own custom Dashlets that call following alfresco webscript api to display Quota and usage for current user


Get People
GET /alfresco/service/api/people?filter={filterQuery?}
Description: Get collection of people stored in the repository. This can optionally be filtered according to some given filter query string
Authentication: user
Transaction: required
Format Style: any
Default Format: json
Id: org/alfresco/repository/person/people.get
Description: classpath:alfresco/templates/webscripts/org/alfresco/repository/person/people.get.desc.xml