Create an Application Instance
Create an application instance for a provider. Returns 409 if an instance with the same provider and external_id already exists.
POST
Create an Application Instance
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The UID of the Application
Body
application/json
The provider that manages this instance
Available options:
corma, google_admin, ms_entra, jumpcloud_actions, okta_actions The external identifier from the provider
The URL of the application instance
The name of the application instance. Defaults to "{application_name} [{provider}]" if not provided.
Response
Application instance created
Create an Application Instance

