Skip to main content
GET
/
api
/
v1
/
projects
/
{id}
/
members
List project members
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/projects/{id}/members \
  --header 'Authorization: Bearer <token>'
{
  "count": 123,
  "members": [
    {
      "added_at": "2023-11-07T05:31:56Z",
      "email": "jsmith@example.com",
      "added_by": "jsmith@example.com"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string
required

Project ID

Response

List of project members

count
integer
required
members
object[]
required