Skip to content

Commit

Permalink
fixed typo and the cron url
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara committed Dec 8, 2023
1 parent a631066 commit 3a88874
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/directory-sync/providers/google.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Copy the **Client ID** and **Client secret** and save them for later.

See the [Environment Variables](/docs/directory-sync/api-reference#google-directory-sync) section to learn how to configure Jackson with these values.

Once configuring Jackson, you can authenticate the tenants with Google OAuth and sync their Workspace directory.
Once Jackson is configured, you can authenticate the tenants with Google OAuth and sync their Workspace directory.

### Schedule Sync

Expand All @@ -53,6 +53,10 @@ Jackson service exposes the below API URL that can be called to trigger a sync.

Depending on the number of Google directories you have, the sync can take a few minutes to complete.

`https://<your-domain>/api/scim/cron/sync-google`
```bash
curl -X POST \
-H "Authorization: Api-Key YOUR_API_KEY" \
http://localhost:5225/api/v1/dsync/cron/sync-google
```

Learn more about [Google Directory Sync API](/docs/directory-sync/api-reference#4-sync-directory).

0 comments on commit 3a88874

Please sign in to comment.