Lists all members of the organization.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Search by name or email.
Use with next_cursor
and prev_cursor
in the response to paginate through results.
Specifies how many records to return. The default and maximum is 50.
Filter by role. Separate multiple roles with commas.
admin
, member
, viewer
, guest
created_at
, last_seen_at
asc
, desc
Successful operation
The response is of type object
.