Count Directories (POST)

Get count of directories matching given filter.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
created_bylist of stringsOptional
Filters for directories created by any of the provided users.
modified_bylist of stringsOptional
Filters for directories modified by any of the provided users.

Response

Success.
countinteger
The total number of directories matching the filter.

Errors