# Claim Queue Notify User Groups ## Create ClaimQueueNotifyGroup - [POST /claim-queues/{claimQueueKey}/notify-user-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-notify-user-groups/createclaimqueuenotifygroup.md): Creates a new ClaimQueueNotifyGroup ## List ClaimQueueNotifyGroup - [GET /claim-queues/{claimQueueKey}/notify-user-groups](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-notify-user-groups/listclaimqueuenotifygroup.md): Lists all ClaimQueueNotifyGroup for the given claimQueueKey ## Get ClaimQueueNotifyGroup - [GET /claim-queues/{claimQueueKey}/notify-user-groups/{userGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-notify-user-groups/getclaimqueuenotifygroup.md): Gets ClaimQueueNotifyGroup ## Delete ClaimQueueNotifyGroup - [DELETE /claim-queues/{claimQueueKey}/notify-user-groups/{userGroupKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-notify-user-groups/deleteclaimqueuenotifygroup.md): Deletes an ClaimQueueNotifyGroup ## Create or Update Batch ClaimQueueNotifyGroup - [PUT /claim-queues/{claimQueueKey}/notify-user-groups-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-queue-notify-user-groups/updatebatchclaimqueuenotifygroup.md): Create or Update multiple ClaimQueueNotifyGroup at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.