---
title: "Extend an organization invite."
method: POST
path: "/orgs/{org}/invites/{slug_perm}/extend/"
tags: ["orgs"]
---

# Extend an organization invite.

`POST /orgs/{org}/invites/{slug_perm}/extend/`

Extend an organization invite.

## Response `200`

The invite has been extended

- OrganizationInviteExtend
  - `email` string, email — The email of the user to be invited.
  - `expires_at` string, date-time
  - `inviter` string
  - `inviter_url` string, uri, nullable
  - `org` string
  - `role` 'Owner' | 'Manager' | 'Member' | 'Collaborator' — The role to be assigned to the invited user.
  - `slug_perm` string, slug — The slug_perm of the invite to be extended.
  - `teams` OrganizationTeamInvite[]
    - `role` 'Manager' | 'Member' — The role to be assigned to the invited user in the team.
    - `team` string, slug, required — The team identifier (slug).
  - `user` string — The slug of the user to be invited.
  - `user_url` string, uri, nullable

## Other responses

- `400` — Request could not be processed (see detail).
- `404` — Invite not found.
- `422` — Missing or invalid parameters (see detail).

---

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