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
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
organizationId
The organization that the setup URL is for.
canManageSaml
Whether the setup URL lets the user manage SAML connections.
canManageScim
Whether the setup URL lets the user manage SCIM directories.
Response
OK
url
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.