Members
Retrieve a Member
Returns a member
GET
/
v5
/
app
/
members
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe ID of the Member, which will look like mber_*************.
Response
200 - application/json
id
string
requiredThe ID of the user, which will look like user_*************
company_id
string
requiredThe ID of the company, which will look like biz_*************
status
enum<string>
requiredThe status of the member
Available options:
joined
, left
, drafted
joined_at
number
requiredThe date the member was created as a unix timestamp.
user_id
string
The ID of the user, which will look like user_*************
most_recent_action
string
The most recent action of the member
user
object
Was this page helpful?