User_Created
Triggered when a new user is created.
Contains information about the created user.
UserPayload
Property | Description |
---|---|
SenderId |
The user key of the sender. |
Source |
The Rose Central source subscription. |
UserKey |
The user key. |
Name |
The user name. |
Email |
The user email. |
IsCentralConfigurator |
Defines if the user is a rose central configurator. |
UserType |
The user type. |
Instances |
A list of user instance roles. |
User_Deleted
Triggered when a user is deleted.
Contains information about the deleted user.
UserDeletedPayload
Property | Description |
---|---|
SenderId |
The user key of the sender. |
Source |
The Rose Central source subscription. |
UserKey |
The user key. |
Name |
The user name. |
Email |
The user email. |
Instances |
A list of deleted user app instances. |
User_Updated
Triggered when a user is updated.
Contains information about the updated user.
UserPayload
Property | Description |
---|---|
SenderId |
The user key of the sender. |
Source |
The Rose Central source subscription. |
UserKey |
The user key. |
Name |
The user name. |
Email |
The user email. |
IsCentralConfigurator |
Defines if the user is a rose central configurator. |
UserType |
The user type. |
Instances |
A list of user instance roles. |