Capabilities
The Canva connector syncs the following resources:
Accounts sync from Canva SCIM v2. Groups sync with membership grants. Roles are
a synthetic catalog (Admin, Member, Guest) derived from each user’s SCIM role.
Teams sync from the Canva Admin API when optional Admin API credentials are
configured.
Gather Canva credentials
1
Sign in to your Canva enterprise admin console as a user who can manage SCIM
provisioning.
2
Generate a SCIM bearer token for your tenant. Canva documents SCIM v2 at
https://www.canva.com/_scim/v2.3
Confirm the token has the permissions required for this connector:
- SCIM Users:Read and SCIM Users:Write
- SCIM Groups:Read and SCIM Groups:Write
4
Optional: to sync Teams, create an OAuth 2.0 client in Canva for the
Admin API and copy the client ID and client secret. Team sync
requires Admin API Teams:Read.
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.
1
In C1, navigate to Apps > Connectors and click Add connector.
2
Search for Canva and click Add.
3
Choose where to add the connector: Create a new app, or Add to an existing app (then select the app).If you’re creating a new app, choose whether to link it to an application discovered from your identity provider: select Yes and pick the IdP application, or No to continue with just the connector.
4
Set the connector’s Name and, optionally, a Description.
5
Click the pencil icon next to Owners to choose who can configure and manage this connector.
6
Click Add. The connector is created and its configuration page opens.
7
Find the Settings area of the page and click Edit.
8
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
9
Click Save.
10
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.
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).