pub async fn retrieve_pending_children_with_id(
configuration: &Configuration,
parent_email: Option<&str>,
) -> Result<PendingResponse, Error<RetrievePendingChildrenWithIdError>>
Expand description
Retrieves all the children for the given parent email address.