Members
List Members
Returns a collection of members
GET
/
v5
/
app
/
members
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
company_id
string
An ID of a company to filter by, which will look like biz_*************
user_id
string
An ID of a user to filter by, which will look like user_*************
status
enum<string>
A status to filter by.
Available options:
joined
, left
experience_id
string
An ID of an experience to filter by, which will look like exp_*************. If private, the member must have a valid membership on a product that grants them access to the experience. If public, the user must be a member of the company.
search
string
A search to filter by. This will search the member's name and username.
page
integer
default: 1The page number to retrieve
per
integer
default: 10The number of resources to return per page. There is a limit of 50 results per page.
Response
200 - application/json
pagination
object
requireddata
object[]
requiredWas this page helpful?