Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
Array of people.
Returns all people matching the requested query. Does not include Admins. Requires read permissions.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Array of people.