Project Members
List Project Members
GET
/
projects
/
{projectSlug}
/
members
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
projectSlug
string
requiredProject slug
Response
200 - application/json
id
string
email
string
full_name
string
avatar_url
string
joined_at
string
Was this page helpful?