Configure and manage user synchronization between your directory service and CCaaS.
Enter a valid cron schedule string.
Wait time after upload before checking job status.
| ID | Created At | Status | Actions | |
|---|---|---|---|---|
| {{ job.id }} | {{ new Date(job.created_at).toLocaleString() }} | {{ job.status }} | ||
|
Loading errors... Filename: {{ job.filename || 'N/A' }}
Uploaded By: {{ job.uploaded_api_user_name || 'N/A' }}
Total Rows: {{ job.total_rows }}
Affected Rows: {{ job.affected_rows }}
Failed Rows: {{ job.failed_rows }}
Scheme Errors:
{{ JSON.stringify(job.scheme_errors, null, 2) }}
Update Errors:
{{ JSON.stringify(job.update_errors, null, 2) }}
|
||||
| {{ isLoadingJobs ? 'Loading jobs...' : 'No jobs found. Click refresh to fetch.' }} | ||||
Would you like to run a full sync to apply changes, or a simulation to only view the potential changes?
{{ testResultModal.message }}
To allow this application to read users and groups from Google Workspace, you need to create a Google Cloud Service Account and grant it specific, read-only permissions.
https://www.googleapis.com/auth/admin.directory.user.readonly
https://www.googleapis.com/auth/admin.directory.group.readonly
Once complete, import the downloaded JSON key file or paste its contents into the text area.
{{ helpModal.content }}