Skip to main content
GET
List company members

Authorizations

Authorization
string
header
required

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

Query Parameters

company_id
integer

Filter by company ID (for admin users only)

group_id
integer

Filter by group ID (users must be members of the specified group)

is_active
boolean

Filter by active status

page
integer

A page number within the paginated result set.

Response

List of company members accessible to the authenticated user

count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?page=4"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?page=2"