Retrieve patform stats Restricted

GET /pam/stats

Get numbers about platform features usage.

Returns

Returns a list of features stat.

projects object

Usage statistics of the Project feature.

projects attributes
total number
Total number of projects

talks object

Usage statistics of the Talk feature.

talks attributes
total number
Total number of talks

users object

Usage statistics of the User feature.

users attributes
total number
Total number of users

Sample response

{
  projects: {
    total: 34
  },
  talks: {
    total: 10
  },
  users: {
    total: 112
  }
}