# Reinsurance Notify Users ## Create ReinsContractNotifyUser - [POST /reinsurance-contracts/{reinsContractKey}/notify-users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/reinsurance-notify-users/createreinscontractnotifyuser.md): Creates a new ReinsContractNotifyUser ## List ReinsContractNotifyUser - [GET /reinsurance-contracts/{reinsContractKey}/notify-users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/reinsurance-notify-users/listreinscontractnotifyuser.md): Lists all ReinsContractNotifyUser for the given reinsContractKey ## Get ReinsContractNotifyUser - [GET /reinsurance-contracts/{reinsContractKey}/notify-users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/reinsurance-notify-users/getreinscontractnotifyuser.md): Gets ReinsContractNotifyUser ## Delete ReinsContractNotifyUser - [DELETE /reinsurance-contracts/{reinsContractKey}/notify-users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/reinsurance-notify-users/deletereinscontractnotifyuser.md): Deletes an ReinsContractNotifyUser ## Create or Update Batch ReinsContractNotifyUser - [PUT /reinsurance-contracts/{reinsContractKey}/notify-users-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/reinsurance-notify-users/updatebatchreinscontractnotifyuser.md): Create or Update multiple ReinsContractNotifyUser at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.