DashboardAPI Events
When your users interact with the Seald SDK, they generate events. You can access these events from your Seald dashboard, or through the DashboardAPI, to track the actions performed by the Seald SDK.
You can find here a description of each of these events.
Event Code | Description |
---|---|
JOIN_TEAM | A user has joined a team |
MESSAGE_CREATE | A message is created |
MESSAGE_TOKEN_CREATED_FOR | A user added an EncryptedMessageKey to a user |
USER_LOGGED | A user authenticated himself to the API |
GROUP_CREATED | A user created a group |
DEVICE_ADDED | A user added a device to his account |
USER_ADDKEY_REENCRYPT | A user reencrypted a data to another user |
DEVICE_REVOKED_USER | A user revoked his own device |
CHECK_FAILED_ACL_FORWARD | An operation failed requiring ACL_FORWARD right |
MESSAGE_TOKEN_ENTRUSTED_CREATED_FOR | A user added an EntrustedMessageKey to someone |
MESSAGE_ENTRUSTED_READ | A non-Seald user has read an encrypted file successfully |
MESSAGE_READ_UNAUTHORIZED | A user tried to read unauthorized data |
CHECK_FAILED_ACL_REVOKE | An operation failed requiring ACL_REVOKE right |
MESSAGE_READ_OK | A user retrieved keys to read data |
CHECK_FAILED_ACL_READ | An operation failed requiring ACL_READ right |
GROUP_REMOVED_MEMBER | A Seald user has been removed from a group |
GROUP_RENEW_KEYS | A group renewed his key pairs |
GROUP_ADDED_MEMBER | A Seald user has been added to a group by a Seald user. |
MESSAGE_REVOKED_USER__USER | Access rights to a user have been revoked by another user. |
MESSAGE_READ_UNAUTHORIZED_REVOKED | A Seald user that was revoked from an encrypted file has tried to open it. |
GROUP_ADDED_ADMIN | A Seald user has been added to a group by an admin |
GROUP_REMOVED_ADMIN | A Seald user has been removed from a group by an admin |
GROUP_ADDED_MEMBER_SELF | A Seald user added himself to a group |
GROUP_REMOVED_MEMBER_DASHBOARD | A Seald user has been removed from a group by an admin |
MESSAGE_REVOKED_ALL__USER | All access rights that could be revoked were revoked by a user. |
GROUP_CHECK_INIT_REVOKE_DASHBOARD | Group has not been initialized properly, therefore has been revoked |
USER_ADDKEY_ADMIN | An administrator has added an encryption key for a message to a user's device. |
MESSAGE_ENTRUSTED_READ_UNAUTHORIZED | An unauthorized non-Seald user has tried to open an encrypted file. |
MESSAGE_ENTRUSTED_READ_UNAUTHORIZED_REVOKED | A non-Seald user that was revoked from an encrypted file has tried to open it. |
MESSAGE_ENTRUSTED_READ_BROWSER_INSTEAD_SEALD | A registered Seald user has tried to open an encrypted file with the browser (like non-Seald users) instead of with the Seald app. |
GET_OTP | A non-Seald user has requested access to an encrypted file. |
MESSAGE_REVOKED_EMAIL__USER | Access rights to a non-Seald user have been revoked by a user. |
DEVICE_REVOKED_ADMIN | A device has been reovked by an administrator. |
USER_DISABLED | A user was deactivated by an administrator. |
MESSAGE_READ_FAILED_DEVICE | A Seald user that has access to an encrypted file has tried to open it with one of their devices that does not have access to said file (should never happen). |
MESSAGE_ALLOW_DOWNLOAD_USER_True | Read-only has been unset on the message. |
MESSAGE_ALLOW_DOWNLOAD_USER_False | Read-only has been set on the message. |
MESSAGE_REVOKED_PROXY__USER | A Proxy Message Key has been revoked by a Seald user |
ACL_CHANGED_PROXYMESSAGEKEY | A Proxy Message Key ACL has been changed |
MESSAGE_SET_SELF_DESTRUCT_DATE | An expiry date has been set on the message. |
ACL_CHANGED_MESSAGEACCESS | A Message Access ACL has been changed |
ACL_CHANGED_ENTRUSTEDMESSAGEKEY | An Entrusted Message Key ACL has been changed |
SYM_ENC_KEY_CREATE | A Symetric Encrypted Message Key has been created |
ACL_CHANGED_SYMENCRYPTEDMESSAGEKEY | A Symetric Encrypted Message Key ACL has been changed |
SYM_ENC_KEY_FIND_GET_DATA | A Symetric Encrypted Message has been used by a Seald user to retrieve data. |
SYM_ENC_KEY_SELF_FORWARD | A Symetric Encrypted Message has been used by a Seald user to convert data. |
ANONYMOUS_SYM_ENC_KEY_FIND | A Symetric Encrypted Message has been used by an anonymous user to retrieve data. |
SYM_ENC_KEY_DELETE | A Symetric Encrypted Message has been deleted. |
MESSAGE_REVOKED_SYMENCKEY__USER | A Symetric Encrypted Message has been deleted by a Seald user. |
GROUP_ADDED_MEMBER_TMR | A TwoMenRule Temporary Key has been added to a group |
MESSAGE_TMRKEY_CREATE | A TwoMenRule Message Key has been created |
MESSAGE_TMRKEY_CONVERT_CONVERTED | A TwoMenRule Message Key has been converted |
MESSAGE_TMRKEY_CONVERT_DELETED | A TwoMenRule Message Key has been deleted |
MESSAGE_REVOKED_TMR_KEY | A TwoMenRule Message Key has been revoked |
MESSAGE_ALLOW_DOWNLOAD_ADMIN_False | Read-only has been set on the message by an administrator. |
MESSAGE_ALLOW_DOWNLOAD_ADMIN_True | Read-only has been unset on the message by an administrator. |
MESSAGE_REVOKED_USER_ADMIN | Access rights to a user have been revoked by an administrator. |
MESSAGE_REVOKED_EMAIL_ADMIN | An Entrusted Message Key has been revoked by an administrator. |
MESSAGE_REVOKED_ALL_ADMIN | All access rights that could be revoked were revoked by an administrator. |
GROUP_CREATED_DASHBOARD | An admin created a group |
ADMIN_MESSAGE_TOKEN_CREATED_FOR | A new recipient was authorized by an admin for an encrypted file |
ADMIN_MESSAGE_TOKEN_ENTRUSTED_CREATED_FOR | An administrator has added an encryption key for a non-seald user to an encrypted message. |
GROUP_RENEW_KEYS_DASHBOARD | An admin has renewed Group keys |
GROUP_ADDED_MEMBER_DASHBOARD | An admin has added an Seald user on a Group |
GROUP_ADDED_ADMIN_DASHBOARD | An admin has added an Admin on a Group |
GROUP_REMOVED_ADMIN_DASHBOARD | An admin has removed an Admin from a Group |
GROUP_FULL_REVOKE_DASHBOARD | An admin has revoked a Group. |
MESSAGE_REVOKED_EMAIL__ADMIN2 | An admin has revoked an Entrusted Message Key from a message. |
MESSAGE_REVOKED_USER__ADMIN2 | An admin has revoked a Seald user from a message. |
MESSAGE_REVOKED_ALL__ADMIN2 | An admin has revoked all recipients of a message. |
GET_OTP_SMS | An challenge has been sent by SMS to a Seald user. |
GROUP_TMRTK_CREATE | A TwoMenRule Temporary Key has been created. |
GROUP_TMRTK_DELETE | A TwoMenRule Temporary Key has been deleted. |
TMR_KEY_CREATE | A TwoMenRule Key has been created. |