Skip to main content

Get team members of a project

This endpoint is for retrieving the list of team members for a specific project using the project ID.

Header Parameters
apiToken string REQUIRED

Secret key for the project

Responses
200

Team members retrieved successfully

Schema OPTIONAL
undefined
400

Bad request, such as invalid input

Schema OPTIONAL
code int32

Error code representing the type of error.

message string

Error message detailing what went wrong.

401

Unauthorized access

Schema OPTIONAL
code int32

Error code representing the type of error.

message string

Error message detailing what went wrong.

404

Project not found

Schema OPTIONAL
code int32

Error code representing the type of error.

message string

Error message detailing what went wrong.

500

Internal Server Error

Schema OPTIONAL
code int32

Error code representing the type of error.

message string

Error message detailing what went wrong.