Create Setup URL

Creates a short-lived self-serve setup URL that you can send to your customer.

Setup URLs let your customer configure their SAML settings, SCIM settings, or both.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
organizationIdstringOptional
The organization that the setup URL is for.
canManageSamlbooleanOptional
Whether the setup URL lets the user manage SAML connections.
canManageScimbooleanOptional
Whether the setup URL lets the user manage SCIM directories.

Response

OK
urlstring or null

The one-time, short-lived self-serve setup URL.

Do not log or store this URL. Because this URL is one-time, loading it yourself means your customer will not be able to load it after you.