v1

latestSwagger 2.02026-07-13107214235.7 KB
Team 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

role_idinteger
team_template_idinteger
user_idinteger

Response

Successful retrieval

status_codeinteger
status_reasonstring

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"
}