Skip to main content
POST
/
organizations
/
workos
/
portal-link
Generate WorkOS admin portal link
curl --request POST \
  --url https://nimbussuite.com/api/v1/organizations/workos/portal-link \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "organizationId": "<string>",
  "intent": "sso"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
organizationId
string
required
intent
enum<string>
required
Available options:
sso,
dsync,
audit_logs,
log_streams,
domain_verification

Response

Portal link generated

The response is of type object.