Skip to main content
POST
Create an Application Instance

Authorizations

Authorization
string
header
required

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

Path Parameters

uid
string
required

The UID of the Application

Body

application/json
provider
enum<string>
required

The provider that manages this instance

Available options:
corma,
google_admin,
jumpcloud_actions,
ms_entra,
okta_actions
external_id
string
required

The external identifier from the provider

instance_url
string

The URL of the application instance

instance_name
string

The name of the application instance. Defaults to "{application_name} [{provider}]" if not provided.

Response

Application instance created

result
object