cURL
curl --request GET \ --url https://api.projectdiscovery.io/v1/user/team/member \ --header 'X-API-Key: <api-key>'
{ "message": "<string>", "max_team_members": 123, "members": [ { "email": "<string>", "status": "<string>", "role": "<string>", "invited_at": "<string>", "accepted_at": "<string>", "profile_image": "<string>", "last_sign_in": "<string>" } ] }
Get team member list
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Example response
The response is of type object.
object
Was this page helpful?