---
title: "List current user's automatic invitations info"
method: GET
path: "/v1/workgroups/{workgroup_id}/automaticInvitations"
tags: ["My Info"]
---

# List current user's automatic invitations info

`GET /v1/workgroups/{workgroup_id}/automaticInvitations`

List current user's automatic invitations info

## Path parameters

- `workgroup_id` string, required

## Response `200`

Successful retrieval

- AutomaticInvitationsListVO — Java type: com.noosh.nooshapi.vo.AutomaticInvitationsListVO
  - `results` AutomaticInvitationVO[]
    - `automatic_invitation_type_name` string
    - `team_template` TeamTemplateSimpleVO — Java type: com.noosh.nooshapi.vo.TeamTemplateSimpleVO
      - `team_template_id` integer
      - `team_template_name` string
  - `status_code` integer
  - `status_reason` string

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/noosh/apis/noosh-api-application.md) · [All operations](https://skmtc.dev/noosh/apis/noosh-api-application/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noosh/noosh-api-application/revisions/d5e8e2764188/schema)
