GET
/
v5
/
app
/
members
/
{id}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

id
string
required

The ID of the Member, which will look like mber_*************.

Response

200 - application/json
id
string
required

The ID of the user, which will look like user_*************

company_id
string
required

The ID of the company, which will look like biz_*************

user_id
string

The ID of the user, which will look like user_*************

status
enum<string>
required

The status of the member

Available options:
joined,
left,
drafted
most_recent_action
string

The most recent action of the member

joined_at
number
required

The date the member was created as a unix timestamp.

user
object