---
title: "Generate admin portal link"
method: PUT
path: "/api/v1/organizations/{id}/portal_links"
tags: ["Organizations"]
---

# Generate admin portal link

`PUT /api/v1/organizations/{id}/portal_links`

Creates a single use Admin Portal URL valid for 1 minute. Once the generated admin portal URL is accessed or rendered, a temporary session of 6 hours is created to allow the admin to update SSO/SCIM configuration.

## Path parameters

- `id` string, required

## Query parameters

- `features` string[]

## Response `200`

Admin Portal link generated successfully. Returns the portal URL and expiration timestamp.

- OrganizationsGeneratePortalLinkResponse
  - `link` OrganizationsLink
    - `expire_time` string, date-time — Expiry time of the link. The link is valid for 1 minute.
    - `id` string — Unique Identifier for the link
    - `location` string — Location of the link. This is the URL that can be used to access the Admin portal. The link is valid for 1 minute

---

[API](https://skmtc.net/scalekit/apis/scalekit-api-reference.md) · [All operations](https://skmtc.net/scalekit/apis/scalekit-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalekit/scalekit-api-reference/versions/a40d5d4650e5/schema)
