v1

latestSwagger 2.02026-07-13107214235.7 KB
My Info

List current user's automatic invitations info

List current user's automatic invitations info

get/v1/workgroups/{workgroup_id}/automaticInvitations

Path parameters

workgroup_idstring required

Response

Successful retrieval

status_codeinteger
status_reasonstring

Example response

{
  "results": [
    {
      "automatic_invitation_type_name": "sample automatic_invitation_type_name",
      "team_template": {
        "team_template_name": "sample team_template_name"
      }
    }
  ],
  "status_reason": "sample status_reason"
}