Create Integration Instance

Creates a new SDK integration instance for connecting a custom application to Zluri. Each custom integration represents a unique configuration that enables you to sync users, roles, activities, and other app-specific data into Zluri.

Prerequisites

  • The application must be registered in Zluri
  • Notification email addresses must belong to existing Zluri users
  • The Custom Integration names must be unique within your organization

Post-Creation Steps

  1. Use the returned instance_id for all subsequent operations
  2. You must initialize a sync to begin importing data.
  3. You can monitor sync results via notification emails.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request to create a new SDK integration instance

string
required

The organization-specific application ID obtained from Zluri. This links the instance to a registered application.

string
required

A unique, descriptive name for this integration instance. Used for identification in the Zluri dashboard.

notification_emails
array of strings
required

Email addresses of Zluri users who will receive notifications about sync status, failures, and validation issues.

notification_emails*
string
required

Email address of the user creating the SDK instance

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json