Skip to main content

Invite member

This endpoint is for adding a new team member to a specific project using the project ID.

Header Parameters
apiToken string REQUIRED

Secret key for the project

Request Body REQUIRED
undefined
Responses
201

Team member added 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.