Count Directories (POST)
Get count of directories matching given filter.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
created_by
Filters for directories created by any of the provided users.
modified_by
Filters for directories modified by any of the provided users.
Response
Success.
count
The total number of directories matching the filter.