Primavera Lithium ROSE CENTRAL Service (RC) Webhooks

User_Created

Triggered when a new user is created.

Payload

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.

^ Back to top

User_Deleted

Triggered when a user is deleted.

Payload

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.

^ Back to top

User_Updated

Triggered when a user is updated.

Payload

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.

^ Back to top