Users
Create a user
An actor triggers this event when they create (or provision) a new Canva user, including
when an individual creates a Canva user account by visiting a team invitation link.
The reason field contains the reason the user was created. For example, they accepted a
team invitation or they were provisioned by a SCIM provider.
typestringDefault value: CREATE_USER
Available values: The only valid value is CREATE_USER.
display_namestringThe user's display name. This is used to represent the user with text in a UI.
first_namestringThe user's first name.
last_namestringThe user's last name.
emailstringThe user's email address.
email_verifiedbooleanWhether the user's email address has been verified.
phone_numberstringThe user's phone number.
country_codestringThe user's country code, shown on user's public profile page.
localestringThe supported locale for the user.
managing_entityManagingEntityThe entity that manages the user.
A managing entity that is a team.
typestringDefault value: TEAM
Available values: The only valid value is TEAM.
teamAuditLogTeamA Canva team.
idstringThe team ID.
display_namestringThe display name of the team.
For privacy reasons, this field is redacted for brands outside of your organization. Rarely, it may be unavailable for technical reasons.
A managing entity that is an organization.
typestringDefault value: ORGANIZATION
Available values: The only valid value is ORGANIZATION.
organizationAuditLogOrganizationA Canva organization.
idstringThe organization ID.
display_namestringThe display name of the organization.
For privacy reasons, this field is redacted for organizations other than your organization. Rarely, it may be unavailable for technical reasons.
saml_accountsSamlAccount[]SAML accounts for the user.
idp_issuerstringA unique identifier for the SAML identity provider.
name_idstringThe unique identifier for the user, within the scope of idp_issuer. This value is often an email address.
oauth_accountsOauthAccount[]OAuth accounts for the user.
platformstringThe OAuth platform.
external_user_idstringThe account ID for the user on the external platform.
totp_mfa_enabledbooleanWhether TOTP MFA (Time-based One-Time Password Multi-Factor Authentication) is enabled for the user.
sms_mfa_enabledbooleanWhether SMS MFA (SMS-based Multi-Factor Authentication) is enabled for the user.
reasonTeamMembershipChangeReasonThe reason for the change.
An invitation to join team was accepted
typestringDefault value: INVITATION_ACCEPTED
Available values: The only valid value is INVITATION_ACCEPTED.
inviterAuditLogUserA Canva user.
idstringThe user ID.
display_namestringThe display name of the user.
For privacy reasons, this field is redacted for users outside of your organization. Rarely, it may also be unavailable for technical reasons.
emailstringThe email address of the user.
For privacy reasons, this field is redacted for users outside of your organization. Rarely, it may also be unavailable for technical reasons.
The change was permitted by your Team discovery and settings(opens in a new tab or window).
typestringDefault value: JOIN_POLICY_ALLOWED
Available values: The only valid value is JOIN_POLICY_ALLOWED.
A user request to join your team was approved.
typestringDefault value: REQUEST_TO_JOIN_APPROVED
Available values: The only valid value is REQUEST_TO_JOIN_APPROVED.
The change was made through your team's configured SCIM Identity Provider(opens in a new tab or window).
typestringDefault value: SCIM
Available values: The only valid value is SCIM.
SAML Just-In-Time provisioning. This event can be triggered by events like a user linking their Canva account with your SSO provider(opens in a new tab or window) or when you set up Single Sign-On (SSO)(opens in a new tab or window) for your team.
typestringDefault value: SAML_JIT_PROVISIONING
Available values: The only valid value is SAML_JIT_PROVISIONING.
Example
{"id": ...,"timestamp": ...,"actor": ...,"target": ...,"action": {"type": "CREATE_USER","display_name": "Jane Doe","first_name": "Jane","last_name": "Doe","email_verified": true,"phone_number": 1234567890,"country_code": 65,"locale": "en-AU","managing_entity": {"team": {"id": "BXeFatjDhdR","display_name": "Acme Team"},"type": "TEAM"},"saml_accounts": [{"idp_issuer": "http://www.exampleidp.com/abcdefgh12345",}],"oauth_accounts": [{"platform": "EXAMPLE_OAUTH_PLATFORM","external_user_id": "3371C5F5-9577-444D-B788-8F4B2CC461A7"}],"totp_mfa_enabled": true,"sms_mfa_enabled": true,"reason": {"type": "INVITATION_ACCEPTED","inviter": {"id": "UXoqDbwwSbQ","display_name": "Jane Doe",}}},"outcome": ...,"context": ...}
Update a user's details
An actor triggers this event when they update a user's account details.
This includes when a user updates their own account details.
We only log the user properties that the actor requested changes for.
The changed fields are listed in the changed_fields array.
Some changed fields, such as PASSWORD, might be in the changed_fields array but won't have a property
included in the log.
If the user was updated as part of the login process, the actor might be set to ANONYMOUS.
typestringDefault value: UPDATE_USER
Available values: The only valid value is UPDATE_USER.
changed_fieldsstring[]Fields requested to be changed in this update.
Available values:
PASSWORD: The user's password.DISPLAY_NAME: The user's display name.FIRST_NAME: The user's first name.LAST_NAME: The user's last name.EMAIL: The user's email address.EMAIL_VERIFIED: Whether the user's email address has been verified.PHONE_NUMBER: The user's phone number.CITY: The user's city.COUNTRY_CODE: The user's country code.LOCALE: The user's locale.MANAGING_ENTITY: The entity that manages the user.SAML_ACCOUNTS: SAML accounts.OAUTH_ACCOUNTS: OAUTH accounts.TOTP_MFA_ENABLED: Whether TOTP MFA (Time-based One-Time Password Multi-Factor Authentication) is enabled for the user.SMS_MFA_ENABLED: Whether SMS MFA (SMS-based Multi-Factor Authentication) is enabled for the user.PASSKEYS: The user's passkeys.
display_namestringThe user's display name. This is used to represent the user with text in a UI.
first_namestringThe user's first name.
last_namestringThe user's last name.
emailstringThe user's email address.
email_verifiedbooleanWhether the user's email address has been verified.
phone_numberstringThe user's phone number.
country_codestringThe user's country code, shown on user's public profile page.
localestringThe supported locale for the user.
managing_entityManagingEntityThe entity that manages the user.
A managing entity that is a team.
typestringDefault value: TEAM
Available values: The only valid value is TEAM.
teamAuditLogTeamA Canva team.
idstringThe team ID.
display_namestringThe display name of the team.
For privacy reasons, this field is redacted for brands outside of your organization. Rarely, it may be unavailable for technical reasons.
A managing entity that is an organization.
typestringDefault value: ORGANIZATION
Available values: The only valid value is ORGANIZATION.
organizationAuditLogOrganizationA Canva organization.
idstringThe organization ID.
display_namestringThe display name of the organization.
For privacy reasons, this field is redacted for organizations other than your organization. Rarely, it may be unavailable for technical reasons.
saml_accountsSamlAccount[]SAML accounts for the user.
idp_issuerstringA unique identifier for the SAML identity provider.
name_idstringThe unique identifier for the user, within the scope of idp_issuer. This value is often an email address.
oauth_accountsOauthAccount[]OAuth accounts for the user.
platformstringThe OAuth platform.
external_user_idstringThe account ID for the user on the external platform.
totp_mfa_enabledbooleanWhether TOTP MFA (Time-based One-Time Password Multi-Factor Authentication) is enabled for the user.
sms_mfa_enabledbooleanWhether SMS MFA (SMS-based Multi-Factor Authentication) is enabled for the user.
passkeysPasskey[]Passkeys for the user.
idstringThe passkey ID.
reasonUpdateUserChangeReasonWhy the user's details changed.
The user's password was reset and their identity was verified using a link in an email.
typestringDefault value: PASSWORD_RESET_WITH_LINK
Available values: The only valid value is PASSWORD_RESET_WITH_LINK.
emailstringThe email address used for verification when resetting the password.
The user's password was reset and their identity was verified using a code the user received via SMS.
typestringDefault value: PASSWORD_RESET_WITH_SMS_CODE
Available values: The only valid value is PASSWORD_RESET_WITH_SMS_CODE.
phone_numberstringThe phone number used for verification when resetting the password.
The user's password was reset and their identity was verified using an email code.
typestringDefault value: PASSWORD_RESET_WITH_EMAIL_CODE
Available values: The only valid value is PASSWORD_RESET_WITH_EMAIL_CODE.
emailstringThe email address used for verification when resetting the password.
Example
{"id": ...,"timestamp": ...,"actor": ...,"target": ...,"action": {"type": "UPDATE_USER","changed_fields": ["PASSWORD","DISPLAY_NAME","FIRST_NAME","LAST_NAME","EMAIL","EMAIL_VERIFIED","PHONE_NUMBER","CITY","COUNTRY_CODE","LOCALE","MANAGING_ENTITY","SAML_ACCOUNTS","OAUTH_ACCOUNTS","TOTP_MFA_ENABLED","SMS_MFA_ENABLED","PASSKEYS"],"display_name": "Jane Doe","first_name": "Jane","last_name": "Doe","email_verified": true,"phone_number": 1234567890,"country_code": 65,"locale": "en-AU","managing_entity": {"team": {"id": "BXeFatjDhdR","display_name": "Acme Team"},"type": "TEAM"},"saml_accounts": [{"idp_issuer": "http://www.exampleidp.com/abcdefgh12345",}],"oauth_accounts": [{"platform": "EXAMPLE_OAUTH_PLATFORM","external_user_id": "3371C5F5-9577-444D-B788-8F4B2CC461A7"}],"totp_mfa_enabled": true,"sms_mfa_enabled": true,"passkeys": [{"id": "00320131-4957-4EBD-9569-FDED5F0A4F2D"}],"reason": {"type": "PASSWORD_RESET_WITH_LINK",}},"outcome": ...,"context": ...}
Delete a user
An actor triggers this event when they delete a user's account.
This includes when a user deletes their own account.
typestringDefault value: DELETE_USER
Available values: The only valid value is DELETE_USER.
Example
{"id": ...,"timestamp": ...,"actor": ...,"target": ...,"action": {"type": "DELETE_USER"},"outcome": ...,"context": ...}
Cancel the deletion of a user
An actor triggers this event when they cancel or undo the deletion of a user's account.
This includes when a user cancels the deletion of their own account.
typestringDefault value: UNDELETE_USER
Available values: The only valid value is UNDELETE_USER.
Example
{"id": ...,"timestamp": ...,"actor": ...,"target": ...,"action": {"type": "UNDELETE_USER"},"outcome": ...,"context": ...}
Create multi-factor authentication (MFA) backup codes
An actor triggers this event when they generate multi-factor authentication (MFA) backup codes for their account.
For details on generating MFA backup codes, see Canva Help: Setting up Multi-Factor Authentication (MFA) —
Generate backup codes(opens in a new tab or window).
typestringDefault value: CREATE_MFA_BACKUP_CODES
Available values: The only valid value is CREATE_MFA_BACKUP_CODES.
Example
{"id": ...,"timestamp": ...,"actor": ...,"target": ...,"action": {"type": "CREATE_MFA_BACKUP_CODES"},"outcome": ...,"context": ...}
Log in
An actor triggers this event when they log into Canva.
The actor will be USER if the login is successful. If the login is unsuccessful, the actor will be ANONYMOUS.
typestringDefault value: LOGIN
Available values: The only valid value is LOGIN.
login_typestringThe general type of user login being attempted.
Available values:
PASSWORD: User login with credentials, such as email address, user ID, phone number, and password.ONE_TIME_PASSWORD: User login with a temporary code delivered to the user's email address or phone.MULTI_FACTOR_AUTHENTICATION: User login with multi-factor authentication.OAUTH: User login with a social account or other third-party provider.SAML: User login with single sign-on for a specific email domain.PASSKEY: User login with a passkey (such as a security key).OTHER: Other types of user login.LEARNING_TOOLS_INTEROPERABILITY: User login for education users from a Learning Management System.
oauth_platformstringThe OAuth platform used for login. Only set if the login_type is OAUTH.
Available values:
APPLEATLASSIANCLEVERDROPBOXFACEBOOKGITHUBGOOGLEINSTAGRAMKAKAOLARKLINELINKEDINMAILCHIMPMICROSOFTNAVERPINTERESTQQSLACKTRELLOTUMBLRTURKEY_EDUTWITTERWECHATWEIBOYAHOO_JAPAN
Example
{"id": ...,"timestamp": ...,"actor": ...,"target": ...,"action": {"type": "LOGIN","login_type": "PASSWORD","oauth_platform": "APPLE"},"outcome": ...,"context": ...}
Log out
An actor triggers this event when they log out of Canva.
typestringDefault value: LOGOUT
Available values: The only valid value is LOGOUT.
all_usersbooleanWhether the actor has requested that all users on the device are logged out. If false, only the current user is logged out.
all_sessionsbooleanWhether the actor has requested that all sessions across all devices are logged out. If false, only the current session is logged out.
Example
{"id": ...,"timestamp": ...,"actor": ...,"target": ...,"action": {"type": "LOGOUT","all_users": false,"all_sessions": true},"outcome": ...,"context": ...}