# Claim Queue Notify Users ## Create ClaimQueueNotifyUser - [POST /claim-queues/{claimQueueKey}/notify-users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-notify-users/createclaimqueuenotifyuser.md): Creates a new ClaimQueueNotifyUser ## List ClaimQueueNotifyUser - [GET /claim-queues/{claimQueueKey}/notify-users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-notify-users/listclaimqueuenotifyuser.md): Lists all ClaimQueueNotifyUser for the given claimQueueKey ## Get ClaimQueueNotifyUser - [GET /claim-queues/{claimQueueKey}/notify-users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-notify-users/getclaimqueuenotifyuser.md): Gets ClaimQueueNotifyUser ## Delete ClaimQueueNotifyUser - [DELETE /claim-queues/{claimQueueKey}/notify-users/{userID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-notify-users/deleteclaimqueuenotifyuser.md): Deletes an ClaimQueueNotifyUser ## Create or Update Batch ClaimQueueNotifyUser - [PUT /claim-queues/{claimQueueKey}/notify-users-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-notify-users/updatebatchclaimqueuenotifyuser.md): Create or Update multiple ClaimQueueNotifyUser at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.