# DeliveryPromiseParticipant - admin - OBJECT Version: unstable ## Description Returns enabled delivery promise participants. ### Access Scopes `read_delivery_promises` access scope. ## Fields * [brandedPromiseHandle](/docs/api/admin/unstable/scalars/String): String! - The branded promise handle of the promise participant. * [id](/docs/api/admin/unstable/scalars/ID): ID! - The ID of the promise participant. * [owner](/docs/api/admin/unstable/unions/DeliveryPromiseParticipantOwner): DeliveryPromiseParticipantOwner - The resource that the participant is attached to. * [ownerType](/docs/api/admin/unstable/enums/DeliveryPromiseParticipantOwnerType): DeliveryPromiseParticipantOwnerType! - The owner type of the participant. ## Connections ## Related queries * [deliveryPromiseParticipants](/docs/api/admin/unstable/queries/deliveryPromiseParticipants) Returns delivery promise participants. ## Related mutations * [deliveryPromiseParticipantsUpdate](/docs/api/admin/unstable/mutations/deliveryPromiseParticipantsUpdate) Updates the delivery promise participants by adding or removing owners based on a branded promise handle. ## Related Unions ## Examples