Skip to main content

Events defined in the "settings" namespace

assign-role

This event is logged when a role has been assigned.

JSON schema of the payload

Loading ....

Example of payload

{
"roleId": "DEVELOPER",
"subject": "user:default/name.surname_company.com",
"action": "ADDED"
}

change-role-permissions

This event is logged when a permissions role has been updated.

JSON schema of the payload

Loading ....

Example of payload

{
"roleId": "DEVELOPER",
"permissionId": "platform.settings.edit",
"action": "ADDED"
}

create-new-role

This event is logged when a new role has been created.

JSON schema of the payload

Loading ....

Example of payload

{
"roleId": "DEVELOPER"
}

custom-view-management

This event is logged when the user manages the custom views.

JSON schema of the payload

Loading ....

Example of payload

{
"action": "DELETED",
"page_id": "marketplace_data_contract_popover_overview"
}

notification-center-navigated

This event is logged when the notification center has been navigated.

JSON schema of the payload

Loading ....

Example of payload

{
"path": "/notifications"
}

platform-settings-navigated

This event is logged when the platform settings page has been navigated.

JSON schema of the payload

Loading ....

Example of payload

{
"path": "/platform-settings/practice-shaper"
}

user-settings-navigated

This event is logged when the user settings page has been navigated.

JSON schema of the payload

Loading ....

Example of payload

{
"path": "/settings/advanced"
}

user-signed-in

This event is logged when the user signed in.

JSON schema of the payload

Loading ....

Example of payload

{}

user-signed-out

This event is logged when the user signed out.

JSON schema of the payload

Loading ....

Example of payload

{}