Capabilities
The Canva connector syncs the following resources:| Resource | Sync | Provision |
|---|---|---|
| Accounts | Create, Delete | |
| Groups | Grant, Revoke | |
| Roles | ||
| Teams |
Gather Canva credentials
Generate a SCIM bearer token for your tenant. Canva documents SCIM v2 at
https://www.canva.com/_scim/v2.Confirm the token has the permissions required for this connector:
- SCIM Users:Read and SCIM Users:Write
- SCIM Groups:Read and SCIM Groups:Write
SCIM is the primary surface for users, groups, roles, and provisioning. The
Admin API is optional and is only required for the
team resource type.Configure the Canva connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your Canva connector is now pulling access data into C1.
Choose how to set up the new Canva connector:
- Add the connector to a currently unmanaged app
- Add the connector to a managed app
- Create a new managed app
Enter the required configuration:
- SCIM bearer token (required): SCIM token generated in Canva admin settings
- Admin API client ID (optional): OAuth client ID for team sync
- Admin API client secret (optional): OAuth client secret for team sync
Provisioning behavior
- Create account creates a SCIM v2 user with work email, given name, family
name, and
activeset to true. - Group grant/revoke updates group membership with SCIM
PatchOpadd/remove operations. - Delete account deactivates the user with a SCIM
PatchOpthat setsactiveto false (Canva’s recommended soft deactivation).