List managers

GET /api/v1/managers prm_managers_index

View as Markdown

One page of managers. A caller without tenant-wide visibility sees their own descendants only — never their parent, never a sibling branch.

debt, parent_username, users_count and the other joined fields are computed by the list projection only. Fetching one manager by id returns the same record without them, so a client that reads users_count off a detail response will always see zero.

At a glance

Authentication
Staff token or session
Requires permission
prm_managers_index View managers

Parameters

Parameter Description
filter[parent_id] query · integer Direct children of one manager. Also accepted as a bare parent_id query parameter. Narrows within the caller's subtree, never past it.
q query · string Searches name, username and email.

Try it on your own network.

50 subscribers for 7 days. You pay nothing.