v1
latestSwagger 2.02026-07-13107214235.7 KBTeam Member
Invite a team member or all the members of team template for the specific project.
Invite a team member or all the members of team template for the specific project.
post/1.1/workgroups/{workgroup_id}/projects/{project_id}/teammembers
Path parameters
workgroup_idstring required
project_idstring required
Request body
Response
Successful retrieval
Example response
{
"results": [
{
"role": {
"role_name": "sample role_name"
},
"user": {
"email": "sample email",
"first_name": "sample first_name",
"last_name": "sample last_name",
"middle_name": "sample middle_name"
}
}
],
"status_reason": "sample status_reason"
}