API Reference
OIDC
Platform

Sso Onboarding Profiles

AdminUpdated Sep 11, 2026

Sso Onboarding Profiles

Dashboard API — authenticated by an Atlas console (platform-instance) session, not a key.

5 routes. Each row is one endpoint with its explanation and whether it honours the Idempotency-Key header.

Method & path

Idem

Explanation

GET /v1/dashboard/accounts/:accountId/instances/:instanceId/sso_onboarding_profiles

List self-service SSO onboarding profiles.

POST /v1/dashboard/accounts/:accountId/instances/:instanceId/sso_onboarding_profiles

Create a self-service SSO onboarding profile (owner/admin).

DELETE /v1/dashboard/accounts/:accountId/instances/:instanceId/sso_onboarding_profiles/:profileId

Delete an SSO onboarding profile.

GET /v1/dashboard/accounts/:accountId/instances/:instanceId/sso_onboarding_profiles/:profileId/tickets

List the onboarding tickets issued for a profile.

POST /v1/dashboard/accounts/:accountId/instances/:instanceId/sso_onboarding_profiles/:profileId/tickets

Issue a one-time SSO onboarding ticket + hosted setup URL (revealed once).

Was this page helpful?